mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Improve layer / section exchange for Info.
This commit is contained in:
@@ -62,7 +62,7 @@ QByteArray EscapeShell(const QByteArray &content) {
|
||||
} // namespace internal
|
||||
|
||||
void UnsafeShowInFolder(const QString &filepath) {
|
||||
Ui::hideLayer(true); // Hide mediaview to make other apps visible.
|
||||
Ui::hideLayer(anim::type::instant); // Hide mediaview to make other apps visible.
|
||||
|
||||
auto absolutePath = QFileInfo(filepath).absoluteFilePath();
|
||||
QProcess process;
|
||||
|
Reference in New Issue
Block a user