mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Refresh IssueList
on changes in VisibilitySection
This commit is contained in:
@ -31,6 +31,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
};
|
||||
|
||||
checkbox.Current.BindTo(IssueList.ShowType[issueType]);
|
||||
checkbox.Current.BindValueChanged(_ => IssueList.Refresh());
|
||||
Flow.Add(checkbox);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user