mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use New keyword for customized lazyAsync Value property
This commit is contained in:
parent
6863b412e3
commit
ea5e9a0fae
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
|
||||
private readonly Action _updateCallback;
|
||||
public T Value
|
||||
public new T Value
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue