Add inner bar implementation for notifications

This commit is contained in:
2025-11-23 13:59:47 +01:00
parent 7e4b78d77b
commit aa4ee099e8
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"