Dock: If bar is set to bottom position, force dock autohide to avoid conflicts.
This commit is contained in:
parent
d135139100
commit
84f8735008
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Loader {
|
|||
screen: modelData
|
||||
|
||||
// Auto-hide properties - make reactive to settings changes
|
||||
property bool autoHide: Settings.data.dock.autoHide
|
||||
property bool autoHide: Settings.data.dock.autoHide || (Settings.data.bar.position === "bottom")
|
||||
property bool hidden: autoHide
|
||||
property int hideDelay: 500
|
||||
property int showDelay: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue