mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +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 SearchTextBox search;
|
||||||
private readonly SearchContainer<ChannelSection> sectionsFlow;
|
private readonly SearchContainer<ChannelSection> sectionsFlow;
|
||||||
|
|
||||||
|
protected override bool DimMainContent => false;
|
||||||
|
|
||||||
public Action<Channel> OnRequestJoin;
|
public Action<Channel> OnRequestJoin;
|
||||||
public Action<Channel> OnRequestLeave;
|
public Action<Channel> OnRequestLeave;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user