2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 15:45:12 +00:00

Removed Ui::hideSettingsAndLayer().

This commit is contained in:
23rd
2022-02-20 14:00:36 +03:00
parent bc6d69319c
commit 3ebb9af8f8
12 changed files with 30 additions and 24 deletions

View File

@@ -242,7 +242,7 @@ void MainWindow::setupPasscodeLock() {
updateControlsGeometry();
Core::App().hideMediaView();
Ui::hideSettingsAndLayer(anim::type::instant);
ui_hideSettingsAndLayer(anim::type::instant);
if (_main) {
_main->hide();
}
@@ -841,7 +841,7 @@ void MainWindow::sendPaths() {
return;
}
Core::App().hideMediaView();
Ui::hideSettingsAndLayer(anim::type::instant);
ui_hideSettingsAndLayer(anim::type::instant);
if (_main) {
_main->activate();
}