mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-10 21:18:19 +03:00
block screen gap animations on startup
This commit is contained in:
parent
466129c1d0
commit
25677a01b5
@ -976,7 +976,7 @@ Item{
|
||||
Connections {
|
||||
target: root
|
||||
onHideThickScreenGapChanged: {
|
||||
if (root.behaveAsPlasmaPanel && !latteView.visibility.isHidden) {
|
||||
if (root.behaveAsPlasmaPanel && !latteView.visibility.isHidden && !inSlidingIn && !inSlidingOut && !inStartup) {
|
||||
if (hideThickScreenGap) {
|
||||
latteView.positioner.inSlideAnimation = true;
|
||||
slidingInRealFloating.stop();
|
||||
|
Loading…
Reference in New Issue
Block a user