mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
actiondrawer: Fix typo
This commit is contained in:
parent
9560d784a8
commit
2653e2d816
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ MouseArea {
|
|||
|
||||
// if the user swiped from the top left, otherwise it's from the top right
|
||||
if (mouse.x < root.width / 2) {
|
||||
actionDrawer.openToPinnedMode = ShellSettings.Settings.actionDrawerTopLeftMode == ShellSettings.Settingss.Pinned;
|
||||
actionDrawer.openToPinnedMode = ShellSettings.Settings.actionDrawerTopLeftMode == ShellSettings.Settings.Pinned;
|
||||
} else {
|
||||
actionDrawer.openToPinnedMode = ShellSettings.Settings.actionDrawerTopRightMode == ShellSettings.Settings.Pinned;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue