Fix ClockText type

This commit is contained in:
Vic 2022-11-19 17:54:34 +08:00
parent f1889a950d
commit e2fcd91202

View file

@ -323,7 +323,7 @@ namespace Flow.Launcher.ViewModel
#region ViewModel Properties
public Settings Settings { get; }
public object ClockText { get; private set; }
public string ClockText { get; private set; }
public string DateText { get; private set; }
private async Task RegisterClockAndDateUpdateAsync()