mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 12:32:10 +00:00
The lower limit of the font size from 10 to 8
This commit is contained in:
parent
0c758a7fdc
commit
b3d8042452
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
public const int MaxPort = 65536;
|
||||
public const string DelayUnit = "";
|
||||
public const string SpeedUnit = "";
|
||||
public const int MinFontSize = 10;
|
||||
public const int MinFontSize = 8;
|
||||
public const string RebootAs = "rebootas";
|
||||
public const string AvaAssets = "avares://v2rayN/Assets/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue