Compare commits
1 commit
8a9490e118
...
77529cbf4a
Author | SHA1 | Date | |
---|---|---|---|
77529cbf4a |
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ public class PatchConfig {
|
|||
public static final boolean EMBEDLINKS_ENABLED = true;
|
||||
public static final boolean SHOWTAG_ENABLED = true;
|
||||
public static final boolean NONEARBY_ENABLED = true;
|
||||
public static final boolean NOSPOILER_ENABLED = true;
|
||||
public static final boolean NOSPOILER_ENABLED = false;
|
||||
public static final boolean DISABLE_MOBILE_INDICATOR_ENABLED = true;
|
||||
public static final boolean HQAVATARS_ENABLED = true;
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ public class WidgetChatInputCommandsModel implements TagObject, Comparable<Widge
|
|||
|
||||
// Register our info messages
|
||||
for (Map.Entry<String, String> infoTexts : CommandHandler.getPopupInfo().entrySet()) {
|
||||
// TODO fix
|
||||
commands.add(createSlashCommand(infoTexts.getKey(), "{CTC_COMMAND}", infoTexts.getValue(), defaultSlashAction));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue