mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 18:57:27 +08:00
[F] SelectionDetail Font size
[RF] Move SelectionDetail to Utils [RF] Remove UrGui [RF] Refactor SelectionDetail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user