This commit is contained in:
backuppc
2025-11-10 17:25:51 +09:00
parent 6e54633c08
commit 81c11601c5
7 changed files with 178 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ namespace Project
[Category("General Setting"), Browsable(false)]
public string Language { get; set; }
[Category("General Setting"), DisplayName("Full Screen Window State"),
[Browsable(false), Category("General Setting"), DisplayName("Full Screen Window State"),
Description("화면을 전체화면으로 사용 합니다.")]
public Boolean FullScreen { get; set; }
public bool DetectManualCharge { get; set; }