mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
Increase notification appearance timeout to 5s from 2s
This commit is contained in:
parent
80917ac54c
commit
9cb12ef532
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ $(function() {
|
||||||
// Close notification after 2s
|
// Close notification after 2s
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
n.close();
|
n.close();
|
||||||
}, 2 * 1000);
|
}, 5 * 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue