chore[client]: notifications persist if needed

This commit is contained in:
Leon Schwarzäugl 2025-10-22 00:46:49 +02:00
parent 4c06f00555
commit b9f5c87aa0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 8 additions and 8 deletions

View file

@ -13430,7 +13430,7 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
border-radius = 15;
border-size = 1;
default-timeout = 5000;
ignore-timeout = 1;
ignore-timeout = false;
icons = 1;
layer = "overlay";
sort = "-time";

View file

@ -8,7 +8,7 @@
border-radius = 15;
border-size = 1;
default-timeout = 5000;
ignore-timeout = 1;
ignore-timeout = false;
icons = 1;
layer = "overlay";
sort = "-time";