Notification: add extra fallback to top_right

This commit is contained in:
Lysec
2026-01-21 21:27:56 +01:00
parent 3c0b2369a8
commit 23e0af11ec
+1 -1
View File
@@ -69,7 +69,7 @@ Variants {
}
// Parse location setting
readonly property string location: Settings.data.notifications?.location || "top_right"
readonly property string location: Settings.data.notifications.location || "top_right"
readonly property bool isTop: location.startsWith("top")
readonly property bool isBottom: location.startsWith("bottom")
readonly property bool isLeft: location.endsWith("_left")