mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.4.3fixed
This commit is contained in:
@@ -98,6 +98,14 @@ public sealed class AppSettingsSnapshot
|
||||
];
|
||||
public string WorldClockSecondHandMode { get; set; } = "Tick";
|
||||
|
||||
public bool DailySentenceAutoRotateEnabled { get; set; } = true;
|
||||
|
||||
public int DailySentenceAutoRotateIntervalMinutes { get; set; } = 60;
|
||||
|
||||
public bool CnrDailyNewsAutoRotateEnabled { get; set; } = true;
|
||||
|
||||
public int CnrDailyNewsAutoRotateIntervalMinutes { get; set; } = 60;
|
||||
|
||||
public AppSettingsSnapshot Clone()
|
||||
{
|
||||
var clone = (AppSettingsSnapshot)MemberwiseClone();
|
||||
|
||||
Reference in New Issue
Block a user