Skip to content

Commit

Permalink
added incase none
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Jul 6, 2022
1 parent 50c10a8 commit dd6fcb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ impl eframe::App for ExaltaLauncher {
if self.account.is_some() {
self.render_play(ui)
} else {
todo!()
self.mutate_router_back();
Ok(())
}
}
"config" => self.render_config(ui),
Expand Down

0 comments on commit dd6fcb7

Please sign in to comment.