mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
wifinetworks:change label
This commit is contained in:
parent
5d86c7e6a2
commit
c34744d650
1 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ const CurrentNetwork = () => {
|
|||
]
|
||||
});
|
||||
const forgetButton = Button({
|
||||
label: 'Forget Network',
|
||||
label: 'Forget',
|
||||
hexpand: true,
|
||||
className: 'txt sidebar-centermodules-rightbar-button',
|
||||
onClicked: () => {
|
||||
|
|
@ -195,7 +195,7 @@ const CurrentNetwork = () => {
|
|||
}
|
||||
});
|
||||
const settingsButton = Button({
|
||||
label: 'Network Properties',
|
||||
label: 'Properties',
|
||||
className: 'txt sidebar-centermodules-rightbar-button',
|
||||
hexpand: true,
|
||||
onClicked: () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue