mirror of https://github.com/vector-im/riot-web
Merge pull request #9368 from vector-im/travis/autolaunch
Fix autolaunch setting appearing toggled offpull/9392/head
commit
50b4906ea8
|
@ -139,7 +139,7 @@ ipcMain.on('ipcCall', async function(ev, payload) {
|
|||
ret = autoUpdater.getFeedURL();
|
||||
break;
|
||||
case 'getAutoLaunchEnabled':
|
||||
ret = launcher.isEnabled;
|
||||
ret = await launcher.isEnabled();
|
||||
break;
|
||||
case 'setAutoLaunchEnabled':
|
||||
if (args[0]) {
|
||||
|
|
Loading…
Reference in New Issue