summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dropshortcut.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dropshortcut.cpp b/src/dropshortcut.cpp
index 1117ec16f..4e0718d16 100644
--- a/src/dropshortcut.cpp
+++ b/src/dropshortcut.cpp
@@ -231,4 +231,5 @@ void DropShortcut::clear()
mItems[i] = -1;
mItemColors[i] = 1;
}
+ save();
}