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

Build with Qt 5.12.5 and OpenSSL 1.1.1.

This commit is contained in:
John Preston
2019-10-11 10:32:26 +04:00
parent c6b3257412
commit 01936b5f1b
17 changed files with 116 additions and 100 deletions

View File

@@ -578,7 +578,7 @@ void MainWindow::updateTrayMenu(bool force) {
// On macOS just remove trayIcon menu if the window is not active.
// So we will activate the window on click instead of showing the menu.
if (!active && Platform::IsMac()) {
if (!active && Platform::IsMac() && false) { // #TODO 5.12.5
iconMenu = nullptr;
}
}