Quantcast
Channel: Xamarin.Mac — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 1429

application keep light theme on mojave dark mode

$
0
0

Hello, how can I keep application ui as it was before "mojave" dark mode? As I found I have to set theme from appdelegate, but in xamarin I'm not able to do this, because 'ThemeManager' is not visible in app :

[Export("applicationWillFinishLaunching:")] public void WillFinishLaunching(NSNotification notification) { //ThemeManager.lightTheme.apply() }

Is there any way to disable 'dark mode' for whole application in xamarin.mac?

thanks


Viewing all articles
Browse latest Browse all 1429

Trending Articles