Lower Notification Timeout

This commit is contained in:
Leo Herzog
2020-11-12 22:59:58 -05:00
parent 6d47e9aa17
commit 56df9727cb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37910,7 +37910,7 @@ var downloadTorrentTooltip = tippy(downloadTorrent, {"theme": "torrent-parts", "
var parsed; var parsed;
var client = new WebTorrent(); var client = new WebTorrent();
var notyf = new Notyf({ var notyf = new Notyf({
"duration": 12000, "duration": 8000,
"dismissible": true, "dismissible": true,
"ripple": false, "ripple": false,
"position": { "position": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -34,7 +34,7 @@ var downloadTorrentTooltip = tippy(downloadTorrent, {"theme": "torrent-parts", "
var parsed; var parsed;
var client = new WebTorrent(); var client = new WebTorrent();
var notyf = new Notyf({ var notyf = new Notyf({
"duration": 12000, "duration": 8000,
"dismissible": true, "dismissible": true,
"ripple": false, "ripple": false,
"position": { "position": {