2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

refactored layer methods

This commit is contained in:
John Preston
2015-12-07 21:09:05 +03:00
parent e312adb786
commit 6222876ac4
30 changed files with 248 additions and 249 deletions

View File

@@ -445,7 +445,7 @@ void Application::onSwitchDebugMode() {
f.write("1");
f.close();
}
App::wnd()->hideLayer();
Ui::hideLayer();
}
}