From 56da459943c7360ca02e0134896b3eca2b13742b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 28 Mar 2025 22:44:33 +0100 Subject: [PATCH] wifi networks: prevent spamming shit-got-destroyed errors --- .../sideright/centermodules/wifinetworks.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/ags/modules/sideright/centermodules/wifinetworks.js b/.config/ags/modules/sideright/centermodules/wifinetworks.js index 0f41108d8..85b922013 100644 --- a/.config/ags/modules/sideright/centermodules/wifinetworks.js +++ b/.config/ags/modules/sideright/centermodules/wifinetworks.js @@ -133,16 +133,16 @@ const CurrentNetwork = () => { NetResource('arrow_cool_down', `${App.configDir}/scripts/network_scripts/network_bandwidth.py recv`), ] }); - const networkStatus = Box({ - children: [Label({ - vpack: 'center', - className: 'txt-subtext', - setup: (self) => self.hook(Network, (self) => { - if (authLock) return; - self.label = Network.wifi.state; - }), - })] - }); + // const networkStatus = Box({ + // children: [Label({ + // vpack: 'center', + // className: 'txt-subtext', + // setup: (self) => self.hook(Network, (self) => { + // if (authLock) return; + // self.label = Network.wifi.state; + // }), + // })] + // }); networkAuthSSID = Label({ className: 'margin-left-5', hpack: 'start',