feat: set if respecting custom notif timeout

This commit is contained in:
FUFSoB
2025-09-23 10:53:44 +05:00
parent 2d0d6207a1
commit b47ac6dd8a
5 changed files with 18 additions and 2 deletions
@@ -89,6 +89,14 @@ ColumnLayout {
description: "Configure how long notifications stay visible based on their urgency level."
}
// Respect Expire Timeout (eg. --expire-time flag in notify-send)
NToggle {
label: "Respect expire timeout"
description: "Use the expire timeout set in the notification."
checked: Settings.data.notifications.respectExpireTimeout
onToggled: checked => Settings.data.notifications.respectExpireTimeout = checked
}
// Low Urgency Duration
ColumnLayout {
spacing: Style.marginXXS * scaling