You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest build, it seems as if Messenger.MessageBox() (all overloads) always works in the DisplayMode.SystemDefault mode.
In other words, when I set Windows to light theme, the dialogue is always light, when I set Windows to dark theme, it is always dark, regardless of the pIsDarkMode parameter passed to the MessageBox() method.
One user also gets a strange coloring (image attached) but I was not able to reproduce.
The text was updated successfully, but these errors were encountered:
Using the latest build, it seems as if
Messenger.MessageBox()
(all overloads) always works in theDisplayMode.SystemDefault
mode.In other words, when I set Windows to light theme, the dialogue is always light, when I set Windows to dark theme, it is always dark, regardless of the
pIsDarkMode
parameter passed to theMessageBox()
method.One user also gets a strange coloring (image attached) but I was not able to reproduce.
The text was updated successfully, but these errors were encountered: