1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added notification display time.

Fixes #85.
This commit is contained in:
kkapsner 2016-11-11 00:19:25 +01:00
parent 410e92d1b0
commit d122f90655
6 changed files with 29 additions and 6 deletions

View file

@ -24,6 +24,9 @@
setShow: function(value){
prefs.showNotifications = value;
prefService.set("extensions.CanvasBlocker@kkapsner.de.showNotifications", prefs.showNotifications);
},
displayTime: function(){
return prefs.notificationDisplayTime;
}
};