From 29229789e863d005beef0bfe76c0b407b8a50ea0 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 5 Mar 2023 23:11:04 -0800 Subject: [PATCH] homescreens/halcyon: Remove manual sync on reorder to improve performance --- containments/homescreens/halcyon/plugin/pinnedmodel.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/containments/homescreens/halcyon/plugin/pinnedmodel.cpp b/containments/homescreens/halcyon/plugin/pinnedmodel.cpp index 8504ed50..3aa7094d 100644 --- a/containments/homescreens/halcyon/plugin/pinnedmodel.cpp +++ b/containments/homescreens/halcyon/plugin/pinnedmodel.cpp @@ -128,12 +128,6 @@ void PinnedModel::moveEntry(int fromRow, int toRow) endMoveRows(); save(); - - // HACK: didn't seem to persist - if (!m_applet) { - return; - } - m_applet->config().sync(); } void PinnedModel::createFolderFromApps(int sourceAppRow, int draggedAppRow)