1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00
Files
DankMaterialShell/quickshell/Modules/Settings/Widgets/SettingsToggleRow.qml
2025-12-03 17:25:40 -05:00

15 lines
216 B
QML

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