ChatOverlayV2
Fix mods potentially adjusting track while not selected
ChannelListSelector
selectorActive
CurrentChannel == null
Pop{In,Out}()
ModColumn.Filter
AvailableMods
ModState
FreeModSelect{Screen -> Overlay}
ModSelect{Screen -> Overlay}Strings
ModSelect{Screen -> Overlay}
UnbindAdjustments
It is not necessary given that `CurrentTrack` already removes all adjustments first.
MusicController
Isolates `CurrentTrack` from being directly adjusted by the mod, which could lead to issues depending on how the mod adds adjustments (i.e. `ModTimeRamp`, which adds adjustments based on changes to a setting bindable).