-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.2.0
-
Component/s: GUI, OS Integration
-
Environment:macOS
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.15
-
Story Points:0
In recent macOS versions, there is a dark mode. We could detect it and automatically use the light icons at startup (if the user did not manually choose the icons set before).
This code may be helpful:
>>> from Foundation import NSUserDefaults >>> NSUserDefaults.standardUserDefaults().stringForKey_('AppleInterfaceStyle') 'Dark'