Cmake related changes

This commit is contained in:
Yaroslav Yashin
2025-02-17 14:46:20 +01:00
parent f768c447ff
commit 332588a705
14 changed files with 580 additions and 26 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ PageController::PageController(const QSharedPointer<ServersModel> &serversModel,
AndroidController::instance()->setNavigationBarColor(initialPageNavigationBarColor);
#endif
#if defined Q_OS_MACX
#if defined Q_OS_MACX and !defined MACOS_NE
connect(this, &PageController::raiseMainWindow, []() { setDockIconVisible(true); });
connect(this, &PageController::hideMainWindow, []() { setDockIconVisible(false); });
#endif