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