forked from Shinonome/dots-hyprland
overview
This commit is contained in:
@@ -187,7 +187,7 @@ Scope {
|
||||
SessionActionButton {
|
||||
id: sessionFirmwareReboot
|
||||
focus: sessionRoot.visible
|
||||
buttonIcon: "reset_wrench"
|
||||
buttonIcon: "settings_applications"
|
||||
buttonText: "Reboot to firmware settings"
|
||||
onClicked: { firmwareReboot.running = true; sessionRoot.visible = false }
|
||||
onFocusChanged: { if (focus) sessionRoot.subtitle = buttonText }
|
||||
|
||||
@@ -31,10 +31,6 @@ Button {
|
||||
}
|
||||
}
|
||||
|
||||
onClicked: {
|
||||
console.log("Button clicked:", buttonText)
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: Appearance.rounding.full
|
||||
|
||||
Reference in New Issue
Block a user