mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
15 lines
216 B
QML
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
|
|
}
|