mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
turn off the green top and bottom of the network status icon for solo games
This commit is contained in:
parent
563d447d5e
commit
ef28886bc8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class ConnStatusHandler {
|
|||
private static final int SUCCESS_IN = 0;
|
||||
private static final int SUCCESS_OUT = 1;
|
||||
private static final int SHOW_SUCCESS_INTERVAL = 1000;
|
||||
private static final boolean SOLO_NOGREEN = false;
|
||||
private static final boolean SOLO_NOGREEN = true;
|
||||
|
||||
private static Rect s_rect;
|
||||
private static boolean s_downOnMe = false;
|
||||
|
|
Loading…
Reference in a new issue