added init() to network save change

This commit is contained in:
Russel Yasol
2024-05-12 08:59:12 +08:00
parent b300f024b6
commit 969602cfdc

View File

@@ -589,6 +589,8 @@
this.prefNetwork = settings.prefNetwork;
this.nrModeControl = settings.nrModeControl;
this.bands = settings.bands;
}).then(() => {
this.init();
});
},
lockSelectedBands() {