mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Dock: behave the same as bar (shows on all displays if no display is selected)
DockTab: add Enable toggle (default true) SetupDockStep: add Dock settings to setup wizard SetupWizard: add SetupDockStep i18n: add dock translations
This commit is contained in:
@@ -296,6 +296,7 @@ Singleton {
|
||||
|
||||
// dock
|
||||
property JsonObject dock: JsonObject {
|
||||
property bool enabled: true
|
||||
property string displayMode: "always_visible" // "always_visible", "auto_hide", "exclusive"
|
||||
property real backgroundOpacity: 1.0
|
||||
property real floatingRatio: 1.0
|
||||
|
||||
Reference in New Issue
Block a user