Make field readonly

This commit is contained in:
Craftplacer 2020-01-25 17:03:39 +01:00
parent 9e6fde7d09
commit 65644731e0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class MessageNotifier : Component
private Bindable<bool> notifyOnMention;
private Bindable<bool> notifyOnChat;
private Bindable<User> localUser;
private BindableList<Channel> joinedChannels = new BindableList<Channel>();
private readonly BindableList<Channel> joinedChannels = new BindableList<Channel>();
[BackgroundDependencyLoader]
private void load(OsuConfigManager config, IAPIProvider api)