mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(wallpaper): add separate selection for light & dark mode
This commit is contained in:
@@ -2633,7 +2633,8 @@
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.general",
|
||||
"visibleWhen": [
|
||||
"CompositorService.isNiri"
|
||||
"CompositorService.isNiri",
|
||||
"Settings.data.wallpaper.overviewEnabled"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -2645,7 +2646,8 @@
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.general",
|
||||
"visibleWhen": [
|
||||
"CompositorService.isNiri"
|
||||
"CompositorService.isNiri",
|
||||
"Settings.data.wallpaper.overviewEnabled"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user