Compare commits
1
Commits
dev
...
0b6b05551b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b6b05551b |
@@ -67,6 +67,9 @@ namespace PamhagenSysCtrl {
|
||||
|
||||
public static async Task CheckForUpdates(bool showResult = false) {
|
||||
if (Config.UpdateUrl == null) return;
|
||||
foreach (Window w in Current.Windows) {
|
||||
if (w is UpdateDialog) return;
|
||||
}
|
||||
|
||||
try {
|
||||
var latest = await UpdateService.GetLatestInstallerUrl(Config.UpdateUrl);
|
||||
|
||||
Reference in New Issue
Block a user