|
@@ -2132,11 +2132,10 @@ class ProxyMenu(object):
|
|
|
|
|
|
self.queue_game.put(box.top())
|
|
|
text = self.c + "{0:^30}".format("TradeWars Proxy Active")
|
|
|
- text = text.replace('Active', BLINK + 'Active') + Style.RESET_ALL
|
|
|
+ text = text.replace('Active', BLINK + 'Active' + Style.RESET_ALL)
|
|
|
self.queue_game.put(box.row(text))
|
|
|
self.queue_game.put(box.middle())
|
|
|
|
|
|
-
|
|
|
def menu_item(ch: str, desc: str):
|
|
|
row = self.c1 + " {0} {1}- {2}{3:25}".format(ch, self.c2, self.c1, desc)
|
|
|
self.queue_game.put(box.row(row))
|