Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/native/mac/qgsmacnative.mm
|
@@ -124,7 +124,7 @@ - ( BOOL )userNotificationCenter:( NSUserNotificationCenter * )center shouldPres |
|
|
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_14 |
|
|
if (@available(macOS 10.14, *)) { |
|
|
// compiled on macos 10.14+ AND running on macos 10.14+ |
|
|
// check the settings of effective apperance of the user |
|
|
// check the settings of effective appearance of the user |
|
|
return ( NSApp.effectiveAppearance.name == NSAppearanceNameDarkAqua ); |
|
|
} else { |
|
|
// compiled on macos 10.14+ BUT running on macos 10.13- |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.