settings saving

This commit is contained in:
galister
2026-01-08 03:21:33 +09:00
parent 5f4ab341fe
commit 150e6c4e40
8 changed files with 113 additions and 33 deletions

View File

@@ -181,5 +181,5 @@ impl DashInterface<()> for DashInterfaceEmulated {
fn config_changed(&mut self, _: &mut ()) {}
fn restart(&mut self, data: &mut ()) {}
fn restart(&mut self, _data: &mut ()) {}
}