We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788cb3c commit deb0c21Copy full SHA for deb0c21
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -69,8 +69,6 @@ public MainViewModel()
69
_queryText = "";
70
_lastQuery = new Query();
71
_ignoredQueryText = null; // null as invalid value
72
- _updateSource = new CancellationTokenSource();
73
- _updateToken = _updateSource.Token;
74
75
Settings = Ioc.Default.GetRequiredService<Settings>();
76
Settings.PropertyChanged += (_, args) =>
0 commit comments