diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 73be0bbed..dc8121c5a 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -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()