Skip to content

Commit 409e1cc

Browse files
committed
*
1 parent 1bc4f3f commit 409e1cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plain Craft Launcher 2/Modules/ModSecret.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Friend Module ModSecret
150150
Application.Current.Resources("ColorObjectBg1") = CType(ColorBg1, Color)
151151
ThemeRefreshMain()
152152
Catch ex As Exception
153-
Logger.Warn(ex, "刷新主题颜色失败", NotifyLevel.AllUsers)
153+
Logger.Error(ex, "刷新主题颜色失败", LogBehavior.Toast)
154154
End Try
155155
End Sub
156156
Public Sub ThemeRefreshMain()

0 commit comments

Comments
 (0)