mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Destroy boxes in Ui::hideLayer().
This commit is contained in:
@@ -49,7 +49,8 @@ QByteArray EscapeShell(const QByteArray &content) {
|
||||
} // namespace internal
|
||||
|
||||
void UnsafeShowInFolder(const QString &filepath) {
|
||||
Ui::hideLayer(anim::type::instant); // Hide mediaview to make other apps visible.
|
||||
// Hide mediaview to make other apps visible.
|
||||
Ui::hideLayer(anim::type::instant);
|
||||
|
||||
auto absolutePath = QFileInfo(filepath).absoluteFilePath();
|
||||
QProcess process;
|
||||
|
Reference in New Issue
Block a user