Add trial request functionality for audit.
This commit is contained in:
@@ -294,6 +294,11 @@ function openNoticeWindow() {
|
||||
});
|
||||
}
|
||||
|
||||
ipcMain.on(ipcTypes.app.toMain.setReleaseChannel, (event, channel) => {
|
||||
autoUpdater.channel = channel;
|
||||
checkForUpdates();
|
||||
});
|
||||
|
||||
ipcMain.on(ipcTypes.app.toMain.checkForUpdates, (event, args) => {
|
||||
checkForUpdates();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user