Replace Widget.Icon with Label to fix stuttering icons.

This commit is contained in:
Jas Singh
2024-07-13 22:09:14 -07:00
parent 3c2abcc9ae
commit 58f6e02b8d
9 changed files with 69 additions and 20 deletions

View File

@@ -26,6 +26,7 @@ const renderWAPs = (self, network, staging, connecting) => {
failed: "Connection Failed",
};
self.hook(network, () => {
console.log(JSON.stringify(network, null, 2));
Utils.merge(
[staging.bind("value"), connecting.bind("value")],
() => {