Compare commits

..

1 commit

2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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));
}