Add inner bar implementation for notifications

This commit is contained in:
2025-11-22 13:53:16 +01:00
parent 0397cadf91
commit d27f0c2486
4 changed files with 36 additions and 2 deletions
@@ -74,6 +74,10 @@ ColumnLayout {
{
"key": "bottom_right",
"name": I18n.tr("options.launcher.position.bottom_right")
},
{
"key": "bar",
"name": I18n.tr("options.launcher.position.bar")
}
]
currentKey: Settings.data.notifications.location || "top_right"