mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 22:42:50 -05:00
dock: Fix dock launcher button persistence
This commit is contained in:
@@ -131,7 +131,7 @@ Item {
|
||||
const didReorder = wasDragging && targetIndex >= 0 && dockApps;
|
||||
|
||||
if (didReorder) {
|
||||
SessionData.dockLauncherPosition = targetIndex;
|
||||
SessionData.setDockLauncherPosition(targetIndex);
|
||||
}
|
||||
|
||||
longPressing = false;
|
||||
|
||||
Reference in New Issue
Block a user