fix: add static ids to tab names

This commit is contained in:
Anna
2022-02-04 17:09:25 -05:00
parent d027cd2e89
commit 73f3a15f09
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ internal sealed class ChatColours : ISettingsTab {
private Configuration Mutable { get; }
private Plugin Plugin { get; }
public string Name => Language.Options_ChatColours_Tab;
public string Name => Language.Options_ChatColours_Tab + "###tabs-chat-colours";
internal ChatColours(Configuration mutable, Plugin plugin) {
this.Mutable = mutable;