feat: 优化第一次启动时的弹窗提醒

This commit is contained in:
2026-01-18 20:55:31 +08:00
parent 4b5609d275
commit 78c07a12d0
2 changed files with 7 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ namespace TimerApp
public int RestMinutes { get; set; } = 1;
public int IdleThresholdSeconds { get; set; } = 30;
public bool IsDarkMode { get; set; } = true;
public bool HasShownMinimizeTip { get; set; } = false;
private static string LegacyConfigPath => Path.Combine(AppContext.BaseDirectory, "settings.json");