mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Prevent breaking win streak label for desktop game
This commit is contained in:
@@ -224,4 +224,9 @@ public class QuestMenu extends FPopupMenu implements IVQuestStats {
|
||||
public boolean isChallengesView() {
|
||||
return Forge.getCurrentScreen() == challengesScreen;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean allowHtml() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user