mirror of
https://github.com/hyprwm/hyprsysteminfo.git
synced 2024-11-24 04:35:59 +01:00
all: format
This commit is contained in:
parent
f76529df4a
commit
1562ce6415
1 changed files with 6 additions and 2 deletions
|
@ -204,12 +204,16 @@ ApplicationWindow {
|
|||
|
||||
Button {
|
||||
text: "Copy Hyprland System Info"
|
||||
onClicked: (e) => {hsi.copySystemInfo();}
|
||||
onClicked: (e) => {
|
||||
hsi.copySystemInfo();
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
text: "Copy Hyprland Version"
|
||||
onClicked: (e) => {hsi.copyVersion();}
|
||||
onClicked: (e) => {
|
||||
hsi.copyVersion();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue