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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user