mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix ClockText type
This commit is contained in:
parent
f1889a950d
commit
e2fcd91202
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue