Fix network list flickering on refresh

This commit is contained in:
Jas Singh
2024-06-29 18:43:59 -07:00
parent da5d297b60
commit 47b3f1c74e
9 changed files with 29 additions and 495 deletions

View File

@@ -1,7 +1,7 @@
const network = await Service.import("network");
import DropdownMenu from "../DropdownMenu.js";
import { Ethernet } from "./Ethernet.js";
import { Wifi } from "./Wifi/index.js";
import { Ethernet } from "./ethernet/index.js";
import { Wifi } from "./wifi/index.js";
export default () => {
return DropdownMenu({