mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00:00
Redundant parentheses
This commit is contained in:
parent
96efa5a240
commit
2edbf64d69
@ -156,7 +156,7 @@ namespace osu.Game.Overlays
|
||||
};
|
||||
|
||||
channelTabs.Current.ValueChanged += newChannel => CurrentChannel = newChannel;
|
||||
channelTabs.ChannelSelectorActive.ValueChanged += (value) => channelSelection.State = value ? Visibility.Visible : Visibility.Hidden;
|
||||
channelTabs.ChannelSelectorActive.ValueChanged += value => channelSelection.State = value ? Visibility.Visible : Visibility.Hidden;
|
||||
channelSelection.StateChanged += (overlay, state) =>
|
||||
{
|
||||
if (state == Visibility.Visible && 1f - chatHeight.Value < channel_selection_min_height)
|
||||
|
Loading…
Reference in New Issue
Block a user