Skip to content

Commit

Permalink
Disable tutorial mode. #1078
Browse files Browse the repository at this point in the history
It's been broken for a long time and just causing confusion
  • Loading branch information
dabreegster committed May 1, 2023
1 parent b52d243 commit b4ae5f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion map_gui/src/tools/title_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ impl<A: AppLike + 'static> TitleScreen<A> {
.btn_outline
.text("Traffic simulation tutorial")
.hotkey(Key::T)
.tooltip("Learn the basic controls")
.disabled(true)
.disabled_tooltip("Tutorial mode currently unmaintained, sorry")
.build_def(ctx)
.centered_vert(),
]),
Expand Down

0 comments on commit b4ae5f1

Please sign in to comment.