mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
refactored layer methods
This commit is contained in:
@@ -486,7 +486,7 @@ void MediaView::showSaveMsgFile() {
|
||||
void MediaView::close() {
|
||||
if (_menu) _menu->hideMenu(true);
|
||||
if (App::wnd()) {
|
||||
App::wnd()->hideLayer(true);
|
||||
Ui::hideLayer(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user