Browse Source

ui: check for opt_incognito is Display settings menu.

build-mingw
Noel Maersk 11 years ago
parent
commit
ded4452316
  1. 2
      sgminer.c

2
sgminer.c

@ -4716,7 +4716,7 @@ retry:
goto retry; goto retry;
} else if (!strncasecmp(&input, "i", 1)) { } else if (!strncasecmp(&input, "i", 1)) {
opt_incognito ^= true; opt_incognito ^= true;
wlogprint("Incognito mode %s\n", opt_compact ? "enabled" : "disabled"); wlogprint("Incognito mode %s\n", opt_incognito ? "enabled" : "disabled");
goto retry; goto retry;
} else if (!strncasecmp(&input, "m", 1)) { } else if (!strncasecmp(&input, "m", 1)) {
opt_compact ^= true; opt_compact ^= true;

Loading…
Cancel
Save