implement insert to db

This commit is contained in:
2024-04-05 19:04:46 +03:00
parent 43531a1a12
commit f4cc2f492c
7 changed files with 52 additions and 20 deletions

View File

@@ -43,8 +43,6 @@ impl ObjectImpl for GuessingSetupScene {
fn constructed(&self) {
self.parent_constructed();
//TODO: tie switches to settings and make "start" button
let settings: Settings = Settings::new(APP_ID);
let hiragana_enable_ref: &LabledSwitch = self.hiragana_enable.as_ref();