[+] ShowErrorLog (#74)

* [+] ShowErrorLog

* [O] Fixed spelling errors in method names
This commit is contained in:
WYH2004
2024-10-25 20:20:26 +08:00
committed by GitHub
parent c074de5876
commit 98213cff67
4 changed files with 103 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ namespace AquaMai
public bool PractiseMode { get; set; }
public bool SelectionDetail { get; set; }
public bool ShowNetErrorDetail { get; set; }
public bool ShowErrorLog { get; set; }
public bool FrameRateDisplay { get; set; }
public int TouchPanelBaudRate { get; set; }
}