💥 fix(control-center/tiles): can't enable networking after disabling

This commit is contained in:
retrozinndev
2025-10-17 20:04:45 -03:00
parent 4861337067
commit 571f2be0e3
@@ -136,6 +136,7 @@ export const TileNetwork = () =>
} }
// disable if no device available // disable if no device available
if(!AstalNetwork.get_default().wired && !AstalNetwork.get_default().wifi)
self.state = false; self.state = false;
}} }}
/>; />;