Skip to content

Commit

Permalink
fixup! Cmake related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Feb 19, 2025
1 parent 9a93d9a commit 029dc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ if(IOS)
include(cmake/ios.cmake)
include(cmake/ios-arch-fixup.cmake)
elseif(APPLE AND NOT IOS AND NOT DEFINED MACOS_NE)
include(cmake/osxtools.cmake)
include(cmake/macos.cmake)
elseif(APPLE AND NOT IOS AND MACOS_NE)
include(cmake/macos_ne.cmake)
Expand Down
2 changes: 1 addition & 1 deletion client/ui/controllers/pageController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PageController::PageController(const QSharedPointer<ServersModel> &serversModel,
AndroidController::instance()->setNavigationBarColor(initialPageNavigationBarColor);
#endif

#if defined Q_OS_MAC and !defined MACOS_NE
#if defined Q_OS_MACX and !defined MACOS_NE
connect(this, &PageController::raiseMainWindow, []() { setDockIconVisible(true); });
connect(this, &PageController::hideMainWindow, []() { setDockIconVisible(false); });
#endif
Expand Down

0 comments on commit 029dc78

Please sign in to comment.