Darktide Mod Manager #39
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ impl AppDelegate<State> for Delegate {
|
||||||
}
|
}
|
||||||
cmd if cmd.is(ACTION_START_DELETE_SELECTED_MOD) => {
|
cmd if cmd.is(ACTION_START_DELETE_SELECTED_MOD) => {
|
||||||
let info = cmd
|
let info = cmd
|
||||||
.get(ACTION_FINISH_DELETE_SELECTED_MOD)
|
.get(ACTION_START_DELETE_SELECTED_MOD)
|
||||||
.and_then(|info| info.take())
|
.and_then(|info| info.take())
|
||||||
.expect("command type matched but didn't contain the expected value");
|
.expect("command type matched but didn't contain the expected value");
|
||||||
if self
|
if self
|
||||||
|
|
Loading…
Add table
Reference in a new issue