Skip to content

Commit

Permalink
fix(cli): return displays count
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Dec 25, 2024
1 parent 0b84d3e commit 15e726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/CLI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static int ListDisplay()
Console.WriteLine("No virtual displays present.");
}

return 0;
return displays.Count;
}

static int SetDisplayMode(string[] args)
Expand Down

0 comments on commit 15e726c

Please sign in to comment.