mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-07 08:58:17 +03:00
fix #136, clean autoHidden
This commit is contained in:
parent
0476a85aab
commit
5b1d5b79bd
@ -62,7 +62,7 @@ public:
|
||||
QTimer timerHide;
|
||||
QTimer timerCheckWindows;
|
||||
QRect dockRect;
|
||||
bool isHidden{false};
|
||||
bool isHidden{true};
|
||||
bool dragEnter{false};
|
||||
bool blockHiding{false};
|
||||
bool containsMouse{false};
|
||||
|
@ -120,7 +120,7 @@ DragDrop.DropArea {
|
||||
|
||||
///BEGIN properties provided to Latte Plasmoid
|
||||
property bool enableShadows: plasmoid.configuration.shadows
|
||||
property bool dockIsHidden: dock ? dock.visibility.isHidden : false
|
||||
property bool dockIsHidden: dock ? dock.visibility.isHidden : true
|
||||
property bool dotsOnActive: plasmoid.configuration.dotsOnActive
|
||||
property bool highlightWindows: plasmoid.configuration.highlightWindows
|
||||
property bool reverseLinesPosition: plasmoid.configuration.reverseLinesPosition// latteApplet ? latteApplet.reverseLinesPosition : false
|
||||
|
Loading…
x
Reference in New Issue
Block a user