dave: reorganize ModelConfig

start to clean up the lib.rs a bit

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-04-14 11:53:52 -07:00
parent b8c5423edd
commit 2a9c5c7848
3 changed files with 50 additions and 44 deletions

View File

@@ -444,7 +444,7 @@ fn add_deck_button() -> impl Widget {
}
}
fn wallet_button() -> impl Widget {
fn _wallet_button() -> impl Widget {
|ui: &mut egui::Ui| -> egui::Response {
let img_size = 24.0;