Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 81ab8b2

Browse files
committed
Release准备
1 parent a947029 commit 81ab8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WonderLab/MainWindow.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void TryEnableMicaEffect(FluentAvaloniaTheme thm)
131131

132132
public static string GetVersion()
133133
{
134-
return "Build 1.0.1.5";
134+
return "1.0.1.5";
135135
}
136136

137137
public static void AutoUpdata()
@@ -290,7 +290,7 @@ protected override void OnOpened(EventArgs e)
290290
width = 400;
291291
}
292292
}
293-
//AutoUpdata();
293+
AutoUpdata();
294294
}
295295

296296
private void OnRequestedThemeChanged(FluentAvaloniaTheme sender, RequestedThemeChangedEventArgs args)

0 commit comments

Comments
 (0)