auto update model list

This commit is contained in:
Richard
2021-02-26 23:25:27 +01:00
parent 8699a5a7fb
commit 1d0e2a6c5e
2 changed files with 22 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ namespace Flowframes
GetWebInfo.LoadNews(newsLabel);
GetWebInfo.LoadPatronListCsv(patronsLabel);
Updater.AsyncUpdateCheck();
Updater.UpdateModelList();
Python.CheckCompression();
}
catch (Exception e)