mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-16 01:13:29 +01:00
change name of setting
This commit is contained in:
parent
cd315a55d7
commit
26a40b0f59
@ -352,8 +352,8 @@ ipcMain.on('ipcCall', async function(ev, payload) {
|
|||||||
global.mainWindow.autoHideMenuBar = Boolean(args[0]);
|
global.mainWindow.autoHideMenuBar = Boolean(args[0]);
|
||||||
global.mainWindow.setMenuBarVisibility(!args[0]);
|
global.mainWindow.setMenuBarVisibility(!args[0]);
|
||||||
break;
|
break;
|
||||||
case 'getMaySendNotifications':
|
case 'getDoNotDisturbEnabled':
|
||||||
ret = !global.isDoNotDisturb;
|
ret = doNotDisturb.isDoNotDisturb();
|
||||||
break;
|
break;
|
||||||
case 'getAppVersion':
|
case 'getAppVersion':
|
||||||
ret = app.getVersion();
|
ret = app.getVersion();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user