first implementation for flash notification and settings to configure these

This commit is contained in:
Carmine D'Amico
2016-06-05 12:50:15 +02:00
parent c6d91e7ae4
commit 84d3c377b4
3 changed files with 58 additions and 2 deletions

View File

@@ -26,7 +26,10 @@ var loadDefault = function(version) {
showTrayIcon: false,
trayIconTheme: '',
disablewebsecurity: true,
version: 1
version: 1,
notifications: {
flashWindow: 0 // 0 = flash never, 1 = only when idle (after 10 seconds), 2 = always
}
};
}
}