Minor app fixes and improvements.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user