mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-02 04:00:59 +02:00
Update AI Model ComboBox after fetching models.txt
This commit is contained in:
@@ -142,6 +142,7 @@ namespace Flowframes.OS
|
||||
string savePath = Path.Combine(Paths.GetPkgPath(), aiName, "models.txt");
|
||||
if(File.Exists(savePath)) File.Delete(savePath);
|
||||
client.DownloadFile(url, savePath);
|
||||
Program.mainForm.UpdateAiModelCombox();
|
||||
});
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user