mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
ui: check for opt_incognito is Display settings menu.
This commit is contained in:
parent
8f014effeb
commit
ded4452316
@ -4716,7 +4716,7 @@ retry:
|
||||
goto retry;
|
||||
} else if (!strncasecmp(&input, "i", 1)) {
|
||||
opt_incognito ^= true;
|
||||
wlogprint("Incognito mode %s\n", opt_compact ? "enabled" : "disabled");
|
||||
wlogprint("Incognito mode %s\n", opt_incognito ? "enabled" : "disabled");
|
||||
goto retry;
|
||||
} else if (!strncasecmp(&input, "m", 1)) {
|
||||
opt_compact ^= true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user