mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move alpha management closer to screen level
Felt bad messing with alpha at the column level.
This commit is contained in:
@ -350,7 +350,6 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
|
||||
allFiltered.Value = panelFlow.All(panel => panel.Filtered.Value);
|
||||
Alpha = allFiltered.Value ? 0 : 1;
|
||||
|
||||
if (toggleAllCheckbox != null && !SelectionAnimationRunning)
|
||||
{
|
||||
|
Reference in New Issue
Block a user