mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-06-01 04:53:29 -05:00
Fix broken tests
Don't fail if the tab changes and there's no listeners for the new utility
This commit is contained in:
parent
9ae317087d
commit
2cf2dc4ce0
|
|
@ -36,8 +36,6 @@ namespace HavenSoft.HexManiac.Core.ViewModels.QuickEditItems {
|
|||
return ErrorInfo.NoError;
|
||||
}
|
||||
|
||||
public void TabChanged() {
|
||||
CanRunChanged(this, EventArgs.Empty);
|
||||
}
|
||||
public void TabChanged() => CanRunChanged?.Invoke(this, EventArgs.Empty);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user