forked from Shinonome/dots-hyprland
wifinetworks:change label
This commit is contained in:
@@ -172,7 +172,7 @@ const CurrentNetwork = () => {
|
|||||||
]
|
]
|
||||||
});
|
});
|
||||||
const forgetButton = Button({
|
const forgetButton = Button({
|
||||||
label: 'Forget Network',
|
label: 'Forget',
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
className: 'txt sidebar-centermodules-rightbar-button',
|
className: 'txt sidebar-centermodules-rightbar-button',
|
||||||
onClicked: () => {
|
onClicked: () => {
|
||||||
@@ -195,7 +195,7 @@ const CurrentNetwork = () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
const settingsButton = Button({
|
const settingsButton = Button({
|
||||||
label: 'Network Properties',
|
label: 'Properties',
|
||||||
className: 'txt sidebar-centermodules-rightbar-button',
|
className: 'txt sidebar-centermodules-rightbar-button',
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
onClicked: () => {
|
onClicked: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user