mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 06:22:50 -05:00
feat: Long Live the DankBar > Top/Bottom positioning
This commit is contained in:
@@ -24,7 +24,7 @@ import qs.Modules.Notifications.Popup
|
||||
import qs.Modules.OSD
|
||||
import qs.Modules.ProcessList
|
||||
import qs.Modules.Settings
|
||||
import qs.Modules.TopBar
|
||||
import qs.Modules.DankBar
|
||||
import qs.Services
|
||||
|
||||
ShellRoot {
|
||||
@@ -47,9 +47,9 @@ ShellRoot {
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: SettingsData.getFilteredScreens("topBar")
|
||||
model: SettingsData.getFilteredScreens("dankBar")
|
||||
|
||||
delegate: TopBar {
|
||||
delegate: DankBar {
|
||||
modelData: item
|
||||
notepadVariants: notepadSlideoutVariants
|
||||
onColorPickerRequested: colorPickerModal.show()
|
||||
|
||||
Reference in New Issue
Block a user