We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ba38d commit 3b97096Copy full SHA for 3b97096
src/native/mac/qgsmacnative.mm
@@ -124,7 +124,7 @@ - ( BOOL )userNotificationCenter:( NSUserNotificationCenter * )center shouldPres
124
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_14
125
if (@available(macOS 10.14, *)) {
126
// compiled on macos 10.14+ AND running on macos 10.14+
127
- // check the settings of effective apperance of the user
+ // check the settings of effective appearance of the user
128
return ( NSApp.effectiveAppearance.name == NSAppearanceNameDarkAqua );
129
} else {
130
// compiled on macos 10.14+ BUT running on macos 10.13-
0 commit comments