2
0
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:
John Preston
2018-11-26 15:00:31 +04:00
parent 151a64f817
commit 338129faea
15 changed files with 202 additions and 204 deletions

View File

@@ -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;