mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-15 00:47:47 +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.setMenuBarVisibility(!args[0]);
|
||||
break;
|
||||
case 'getMaySendNotifications':
|
||||
ret = !global.isDoNotDisturb;
|
||||
case 'getDoNotDisturbEnabled':
|
||||
ret = doNotDisturb.isDoNotDisturb();
|
||||
break;
|
||||
case 'getAppVersion':
|
||||
ret = app.getVersion();
|
||||
|
Loading…
x
Reference in New Issue
Block a user