The lower limit of the font size from 10 to 8

This commit is contained in:
2dust 2024-12-19 13:53:40 +08:00
parent 0c758a7fdc
commit b3d8042452

View file

@ -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/";