This commit is contained in:
2025-01-05 16:18:37 +08:00
parent 9bb6854125
commit f62fea3d2b
11 changed files with 400 additions and 42 deletions

View File

@@ -37,8 +37,8 @@ impl Default for Home {
help: HelpComponent::default(),
setting: SettingView::default(),
};
// home.table.active_state().set_active(true);
home.setting.active_state().set_active(true);
home.table.active_state().set_active(true);
// home.setting.active_state().set_active(true);
home
}
}