mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
wifinetworks:change label
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user