Skip to content

Commit

Permalink
Start moving all themes into one branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Oct 8, 2024
1 parent 4f972e0 commit ce380ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dashboard_defs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ mod shared_window_state;
mod updatable_text_pattern;

pub mod error;
pub mod dashboard;
pub mod themes;
1 change: 1 addition & 0 deletions src/dashboard_defs/themes/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod standard_theme;
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async fn main() -> MaybeError {
log::info!("App launched!");

let app_config: AppConfig = json_utils::load_from_file("assets/app_config.json").await?;
let top_level_window_creator = dashboard_defs::dashboard::make_dashboard;
let top_level_window_creator = dashboard_defs::themes::standard_theme::make_dashboard;

////////// Setting up SDL and the initial window

Expand Down

0 comments on commit ce380ba

Please sign in to comment.