mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Lower Notification Timeout
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
2
bundle.min.js
vendored
2
bundle.min.js
vendored
File diff suppressed because one or more lines are too long
2
parse.js
2
parse.js
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user