fix accept-all action so that it works
This commit is contained in:
parent
89fb0d333a
commit
deddd0fc4b
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ namespace SteamGuard
|
||||||
{
|
{
|
||||||
action = "generate-code";
|
action = "generate-code";
|
||||||
}
|
}
|
||||||
|
else if (args[i] == "accept-all")
|
||||||
|
{
|
||||||
|
action = "accept-all";
|
||||||
|
}
|
||||||
else if (string.IsNullOrEmpty(user))
|
else if (string.IsNullOrEmpty(user))
|
||||||
{
|
{
|
||||||
user = args[i];
|
user = args[i];
|
||||||
|
|
Loading…
Reference in a new issue