Save configuration on service reordering

This commit is contained in:
Alice Gaudon 2020-01-21 13:06:59 +01:00
parent c05b2eca8d
commit 3a7a711826
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ function createWindow() {
}
e.reply('reorderService', serviceId, targetId);
config.save();
});
ipcMain.on('updateWindowTitle', (event, serviceId, viewTitle) => {