remove maximum descWidth
This commit is contained in:
parent
8d89d63053
commit
c7a2418ca9
1 changed files with 0 additions and 2 deletions
|
@ -174,8 +174,6 @@ namespace SteamGuard
|
|||
var descWidth = Console.BufferWidth - descPadding;
|
||||
if (descWidth < 20)
|
||||
descWidth = 20;
|
||||
else if (descWidth > 56)
|
||||
descWidth = 56;
|
||||
|
||||
var flags = new Dictionary<string, string>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue