2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

New settings build ready in Xcode.

This commit is contained in:
John Preston
2016-08-28 14:23:32 -06:00
parent 2aab8bbae8
commit 605a45c8ba
14 changed files with 281 additions and 58 deletions

View File

@@ -1164,7 +1164,9 @@ void MainWindow::onLogoutSure() {
void MainWindow::updateGlobalMenu() {
#ifdef Q_OS_MAC
psMacUpdateMenu();
if (App::wnd()) {
psMacUpdateMenu();
}
#endif
}