Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update MainWindowViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Feb 3, 2023
1 parent ce9ae64 commit e1e50f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ public MainWindowViewModel()
}
},
};
// TODO: https://github.com/AvaloniaUI/Avalonia/issues/9801
// Values = Observable.Interval(TimeSpan.FromSeconds(1)).Select(_ => _value++);

Values = Observable.Interval(TimeSpan.FromSeconds(1)).Select(_ => _value++);
}

public void IncrementCount() => Count++;
Expand Down

0 comments on commit e1e50f1

Please sign in to comment.