Replies: 3 comments 3 replies
-
To the best of my knowledge, we're not doing anything to explicitly disable dark mode; however, we're also not be doing anything to enable dark mode. I can't say I know what is required; if you're able to work out what Winforms APIs enable dark mode support, we're happy to accept those as a PR to the Winforms backend. |
Beta Was this translation helpful? Give feedback.
-
But in analogical discussion for iOS it is said, that it is enough to set dark mode on system level. Won't it be applied to Windows? |
Beta Was this translation helpful? Give feedback.
-
private void MainForm_Load(object sender, EventArgs e) private void SetDarkMode()
} |
Beta Was this translation helpful? Give feedback.
-
Hello. I am new to Toga and maybe I am missing something, but despite the fact that dark mode is set in windows 11, app window is rendered in light mode. If am I doing sth wrong, could I get some tip or advice?
Beta Was this translation helpful? Give feedback.
All reactions