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/SettingsDropdownRow.qml
2025-12-03 17:25:40 -05:00

16 lines
249 B
QML

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