mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Disable dimming main content
This commit is contained in:
parent
5d94c67c76
commit
e6c1b059bc
@ -32,6 +32,8 @@ namespace osu.Game.Overlays.Chat.Selection
|
||||
private readonly SearchTextBox search;
|
||||
private readonly SearchContainer<ChannelSection> sectionsFlow;
|
||||
|
||||
protected override bool DimMainContent => false;
|
||||
|
||||
public Action<Channel> OnRequestJoin;
|
||||
public Action<Channel> OnRequestLeave;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user