remove unnecessary 10.8 checks
This commit is contained in:
parent
37009c2890
commit
f406f49647
|
@ -1488,9 +1488,7 @@
|
|||
[fGrowlAppButton setHidden: YES];
|
||||
|
||||
const BOOL onMtLion = [NSApp isOnMountainLionOrBetter];
|
||||
[fBuiltInGrowlButton setState: !onMtLion && [fDefaults boolForKey: @"DisplayNotifications"]];
|
||||
[fBuiltInGrowlButton setEnabled: !onMtLion];
|
||||
|
||||
[fBuiltInGrowlButton setState: [fDefaults boolForKey: @"DisplayNotifications"]];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue