Skip to content

Commit e2fcd91

Browse files
Fix ClockText type
1 parent f1889a9 commit e2fcd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private void InitializeKeyCommands()
323323
#region ViewModel Properties
324324

325325
public Settings Settings { get; }
326-
public object ClockText { get; private set; }
326+
public string ClockText { get; private set; }
327327
public string DateText { get; private set; }
328328

329329
private async Task RegisterClockAndDateUpdateAsync()

0 commit comments

Comments
 (0)