fix: 修复一个潜在的崩溃问题

This commit is contained in:
MistEO
2022-07-05 17:08:23 +08:00
parent a2d2f79854
commit ec366ee9a8

View File

@@ -32,8 +32,8 @@ namespace MeoAsstGui
{
_trayIcon = new TrayIcon();
CheckAndUpdateNow();
InitProxy();
InitViewModels();
InitProxy();
ShowUpdateOrDownload();
}