mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
IsLoaded check no longer required
This commit is contained in:
@ -89,8 +89,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
base.PopOut();
|
||||
|
||||
if (IsLoaded)
|
||||
filter.Disable();
|
||||
filter.Disable();
|
||||
|
||||
if (CurrentDialog?.State.Value == Visibility.Visible)
|
||||
{
|
||||
|
Reference in New Issue
Block a user