Save configuration on service reordering
This commit is contained in:
parent
c05b2eca8d
commit
3a7a711826
@ -177,6 +177,7 @@ function createWindow() {
|
||||
}
|
||||
|
||||
e.reply('reorderService', serviceId, targetId);
|
||||
config.save();
|
||||
});
|
||||
|
||||
ipcMain.on('updateWindowTitle', (event, serviceId, viewTitle) => {
|
||||
|
Loading…
Reference in New Issue
Block a user