mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
disable Active Indicator when enabling Panel mode
This commit is contained in:
parent
bb5a4e4d52
commit
42268290ec
@ -82,6 +82,7 @@ Grid {
|
||||
plasmoid.configuration.shadows = 2;
|
||||
plasmoid.configuration.zoomLevel = 16;
|
||||
plasmoid.configuration.shrinkThickMargins = false;
|
||||
plasmoid.configuration.activeIndicator = Latte.Dock.InternalsIndicator;
|
||||
plasmoid.configuration.autoDecreaseIconSize = true;
|
||||
}
|
||||
}
|
||||
@ -108,6 +109,7 @@ Grid {
|
||||
plasmoid.configuration.shadows = 0;
|
||||
plasmoid.configuration.zoomLevel = 0;
|
||||
plasmoid.configuration.shrinkThickMargins = true;
|
||||
plasmoid.configuration.activeIndicator = Latte.Dock.NoneIndicator;
|
||||
plasmoid.configuration.autoDecreaseIconSize = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user