[F] SelectionDetail Font size

[RF] Move SelectionDetail to Utils
[RF] Remove UrGui
[RF] Refactor SelectionDetail
This commit is contained in:
Clansty
2024-09-29 23:12:22 +08:00
parent 43997f2215
commit 78a396ce4b
11 changed files with 110 additions and 102 deletions

View File

@@ -34,7 +34,6 @@ namespace AquaMai
public bool LoadLocalBga { get; set; }
public bool TestProof { get; set; }
public bool HideSelfMadeCharts { get; set; }
public bool SelectionDetail { get; set; }
public string CustomVersionString { get; set; } = "";
public string CustomPlaceName { get; set; } = "";
public string ExecOnIdle { get; set; } = "";
@@ -61,6 +60,7 @@ namespace AquaMai
public int Width { get; set; }
public int Height { get; set; }
public bool PractiseMode { get; set; }
public bool SelectionDetail { get; set; }
}
public class TimeSavingConfig