forked from Shinonome/dots-hyprland
settings: more icons
This commit is contained in:
@@ -28,6 +28,12 @@ ApplicationWindow {
|
||||
icon: "instant_mix",
|
||||
component: "modules/settings/QuickConfig.qml"
|
||||
},
|
||||
{
|
||||
name: Translation.tr("Bar"),
|
||||
icon: "toast",
|
||||
iconRotation: 180,
|
||||
component: "modules/settings/BarConfig.qml"
|
||||
},
|
||||
{
|
||||
name: Translation.tr("Interface"),
|
||||
icon: "cards",
|
||||
@@ -181,6 +187,7 @@ ApplicationWindow {
|
||||
onClicked: root.currentPage = index;
|
||||
expanded: navRail.expanded
|
||||
buttonIcon: modelData.icon
|
||||
buttonIconRotation: modelData.iconRotation || 0
|
||||
buttonText: modelData.name
|
||||
showToggledHighlight: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user