Checking for updates on channel change

This commit is contained in:
sbenmoussati 2022-12-07 10:38:32 +01:00 committed by Salah Benmoussati
parent bb791df161
commit f7a331d535

View File

@ -894,5 +894,6 @@ export class AppMenu {
item.checked = false;
}
});
autoUpdate.checkUpdates(AutoUpdateTrigger.MANUAL);
}
}