mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03: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,
|
||||
error::Error,
|
||||
fs::{self, File},
|
||||
io::{self, BufReader},
|
||||
io::BufReader,
|
||||
mem,
|
||||
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) => {
|
||||
ui.label(format!("Encountered an error: \n {:?}", err));
|
||||
if ui.button(tr("button_retry")).clicked() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue