1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

settings: mecha re-organization

This commit is contained in:
bbedward
2025-12-03 17:25:40 -05:00
parent 2c7f24a913
commit 788da62777
40 changed files with 10034 additions and 9580 deletions

View File

@@ -0,0 +1,14 @@
pragma ComponentBehavior: Bound
import QtQuick
import qs.Widgets
DankToggle {
id: root
property string tab: ""
property var tags: []
property string settingKey: ""
width: parent?.width ?? 0
}