feat: 优化第一次启动时的弹窗提醒
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user