We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3376c commit d9bdf3dCopy full SHA for d9bdf3d
1 file changed
Plain Craft Launcher 2/Pages/PageLogRight.xaml.vb
@@ -6,7 +6,7 @@
6
LabDebug = New Run("0 Debug") With {.Foreground = Application.Current.Resources("ColorBrushDebug")}
7
PanLogCard.Inlines.Add(LabDebug)
8
PanLogCard.Inlines.Add(New Run(" | "))
9
- LabInfo = New Run("0 Info") With {.Foreground = Application.Current.Resources(If(IsDarkMode, "ColorBrushInfoDark", "ColorBrushInfo"))}
+ LabInfo = New Run("0 Info") With {.Foreground = Application.Current.Resources("ColorBrushInfo")}
10
PanLogCard.Inlines.Add(LabInfo)
11
12
LabWarn = New Run("0 Warn") With {.Foreground = Application.Current.Resources("ColorBrushWarn")}
0 commit comments