mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 04:15:26 +00:00
Fixing app templating after refactor
This commit is contained in:
@@ -18,7 +18,7 @@ Singleton {
|
||||
notify(message, description, "", "warning", duration)
|
||||
}
|
||||
|
||||
function showError(message, description = "", duration = 5000) {
|
||||
function showError(message, description = "", duration = 6000) {
|
||||
notify(message, description, "", "error", duration)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user