mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Fix after cleanup
This commit is contained in:
parent
119376e486
commit
140aae3598
1 changed files with 1 additions and 7 deletions
|
@ -2,7 +2,7 @@ use std::{
|
||||||
env,
|
env,
|
||||||
error::Error,
|
error::Error,
|
||||||
fs::{self, File},
|
fs::{self, File},
|
||||||
io::{self, BufReader},
|
io::BufReader,
|
||||||
mem,
|
mem,
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
};
|
};
|
||||||
|
@ -300,12 +300,6 @@ impl Modmanager {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
State::Error(err) => {
|
|
||||||
ui.label(format!("Encountered an error: {}", err));
|
|
||||||
if ui.button(tr("button_retry")).clicked() {
|
|
||||||
self.state = State::JustStarted;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
State::EyreErrorReport(err) => {
|
State::EyreErrorReport(err) => {
|
||||||
ui.label(format!("Encountered an error: \n {:?}", err));
|
ui.label(format!("Encountered an error: \n {:?}", err));
|
||||||
if ui.button(tr("button_retry")).clicked() {
|
if ui.button(tr("button_retry")).clicked() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue