mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
taskswitcher: fix double tap navpanel task switch being inconsistent
This commit is contained in:
parent
9840d05cdf
commit
64bcfb7ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ FocusScope {
|
||||||
// navigation panel
|
// navigation panel
|
||||||
MobileShell.NavigationPanel {
|
MobileShell.NavigationPanel {
|
||||||
id: navigationPanel
|
id: navigationPanel
|
||||||
z: root.taskSwitcherHelpers.taskDrawerOpened && !root.taskSwitcherHelpers.currentlyBeingClosed ? 1 : 0
|
z: !root.taskSwitcherHelpers.currentlyBeingClosed ? 1 : 0
|
||||||
visible: ShellSettings.Settings.navigationPanelEnabled
|
visible: ShellSettings.Settings.navigationPanelEnabled
|
||||||
backgroundColor: Qt.rgba(0, 0, 0, 0.1)
|
backgroundColor: Qt.rgba(0, 0, 0, 0.1)
|
||||||
foregroundColorGroup: Kirigami.Theme.Complementary
|
foregroundColorGroup: Kirigami.Theme.Complementary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue