mirror of https://github.com/2dust/v2rayN
The lower limit of the font size from 10 to 8
parent
0c758a7fdc
commit
b3d8042452
|
@ -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 New Issue