mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
Make field readonly
This commit is contained in:
parent
9e6fde7d09
commit
65644731e0
@ -35,7 +35,7 @@ namespace osu.Game.Online.Chat
|
|||||||
private Bindable<bool> notifyOnMention;
|
private Bindable<bool> notifyOnMention;
|
||||||
private Bindable<bool> notifyOnChat;
|
private Bindable<bool> notifyOnChat;
|
||||||
private Bindable<User> localUser;
|
private Bindable<User> localUser;
|
||||||
private BindableList<Channel> joinedChannels = new BindableList<Channel>();
|
private readonly BindableList<Channel> joinedChannels = new BindableList<Channel>();
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuConfigManager config, IAPIProvider api)
|
private void load(OsuConfigManager config, IAPIProvider api)
|
||||||
|
Loading…
Reference in New Issue
Block a user