refactor: remove debug logging and reset network state after wifi scan

This commit is contained in:
JPratama7
2025-08-03 19:43:52 +07:00
parent 5ad7d731c0
commit 9347fd006d
+1 -1
View File
@@ -106,7 +106,7 @@ Item {
}
}
wifiLogic.networks = Object.values(networksMap);
console.log(JSON.stringify(wifiLogic.networks));
scanProcess.existingNetwork = null;
refreshIndicator.running = false;
refreshIndicator.visible = false;
}