Close media viewer when showing file in folder.
This commit is contained in:
parent
36d3dcd6d8
commit
f38e9763b6
|
@ -1378,6 +1378,7 @@ void OverlayWidget::onShowInFolder() {
|
|||
auto filepath = _doc->filepath(DocumentData::FilePathResolve::Checked);
|
||||
if (!filepath.isEmpty()) {
|
||||
File::ShowInFolder(filepath);
|
||||
close();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue