The lower limit of the font size from 10 to 8

pull/6316/head
2dust 2024-12-19 13:53:40 +08:00
parent 0c758a7fdc
commit b3d8042452
1 changed files with 1 additions and 1 deletions

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