Darktide Mod Manager #39

Merged
lucas merged 91 commits from feat/dtmm into master 2023-03-01 22:27:42 +01:00
Showing only changes of commit 4d632d9119 - Show all commits

View file

@ -61,7 +61,7 @@ fn build_top_bar() -> impl Widget<State> {
)
.with_default_spacer()
.with_child(
Button::new("Reset Mods")
Button::new("Reset Game")
.on_click(|ctx, _state: &mut State, _env| {
ctx.submit_command(ACTION_START_RESET_DEPLOYMENT);
})