Minor app fixes and improvements.

This commit is contained in:
Patrick FIc
2025-04-01 17:23:41 -07:00
parent e4f204bf38
commit 20f2963330
8 changed files with 92 additions and 63 deletions

View File

@@ -45,8 +45,10 @@ const ipcMainHandleAuthStateChanged = async (
const convCo = activeBodyshop.bodyshops[0].convenient_company;
if (convCo === "alpha") {
autoUpdater.channel = "alpha";
log.debug("Setting update channel to ALPHA channel.");
} else if (convCo === "beta") {
autoUpdater.channel = "beta";
log.debug("Setting update channel to BETA channel.");
}
} catch (error) {
log.error(