mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
homescreens/halcyon: Remove manual sync on reorder to improve performance
This commit is contained in:
parent
716867475c
commit
29229789e8
1 changed files with 0 additions and 6 deletions
|
|
@ -128,12 +128,6 @@ void PinnedModel::moveEntry(int fromRow, int toRow)
|
||||||
endMoveRows();
|
endMoveRows();
|
||||||
|
|
||||||
save();
|
save();
|
||||||
|
|
||||||
// HACK: didn't seem to persist
|
|
||||||
if (!m_applet) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
m_applet->config().sync();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PinnedModel::createFolderFromApps(int sourceAppRow, int draggedAppRow)
|
void PinnedModel::createFolderFromApps(int sourceAppRow, int draggedAppRow)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue