mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-03 12:08:31 -04:00
restore overlay option and tweak inset padding behavior
This commit is contained in:
@@ -9,7 +9,7 @@ import qs.Widgets
|
||||
Variants {
|
||||
id: dockVariants
|
||||
// Connected frame mode renders the dock inside the frame surface; skip the standalone window there.
|
||||
model: SettingsData.getFilteredScreens("dock").filter(screen => !CompositorService.frameHostsSurfacesForScreen(screen))
|
||||
model: SettingsData.getFilteredScreens("dock").filter(screen => !CompositorService.frameHostsDockForScreen(screen))
|
||||
|
||||
property var contextMenu
|
||||
property var trashContextMenu
|
||||
|
||||
Reference in New Issue
Block a user