Skip to content

Commit

Permalink
Update AppSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Sep 25, 2024
1 parent 5231300 commit 3bd8060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComputerLock/Configuration/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class AppSettings
/// <summary>
/// 关闭窗口时最小化到托盘
/// </summary>
public bool IsHideWindowWhenClose { get; set; } = true;
public bool IsHideWindowWhenClose { get; set; } = true;

/// <summary>
/// 启动后最小化到托盘
Expand Down

0 comments on commit 3bd8060

Please sign in to comment.