mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-08 20:23:29 -04:00
control center: improve drag handling
misc: fix layer shell enum usage
This commit is contained in:
@@ -352,6 +352,10 @@ QtObject {
|
||||
WidgetUtils.moveWidget(fromIndex, toIndex);
|
||||
}
|
||||
|
||||
function reorderWidgets(newOrder) {
|
||||
WidgetUtils.reorderWidgets(newOrder);
|
||||
}
|
||||
|
||||
function resetToDefault() {
|
||||
WidgetUtils.resetToDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user