Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
PeterPetrik committed Nov 13, 2018
1 parent b2ba38d commit 3b97096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/mac/qgsmacnative.mm
Expand Up @@ -124,7 +124,7 @@ - ( BOOL )userNotificationCenter:( NSUserNotificationCenter * )center shouldPres
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_14 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= __MAC_10_14
if (@available(macOS 10.14, *)) { if (@available(macOS 10.14, *)) {
// compiled on macos 10.14+ AND running on 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 ); return ( NSApp.effectiveAppearance.name == NSAppearanceNameDarkAqua );
} else { } else {
// compiled on macos 10.14+ BUT running on macos 10.13- // compiled on macos 10.14+ BUT running on macos 10.13-
Expand Down

0 comments on commit 3b97096

Please sign in to comment.