mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(dock): static dock frame indicator sizing with launcher icon
This commit is contained in:
@@ -101,7 +101,8 @@ Loader {
|
||||
return hidden;
|
||||
}
|
||||
readonly property int frameIndicatorLength: {
|
||||
const count = dockApps.length;
|
||||
const launcherCount = Settings.data.dock.showLauncherIcon ? 1 : 0;
|
||||
const count = dockApps.length + launcherCount;
|
||||
if (count <= 0)
|
||||
return 0;
|
||||
const spacing = Style.marginS;
|
||||
|
||||
Reference in New Issue
Block a user