mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused initialization value
This commit is contained in:
parent
788cb3cc16
commit
deb0c2139f
1 changed files with 0 additions and 2 deletions
|
|
@ -69,8 +69,6 @@ namespace Flow.Launcher.ViewModel
|
||||||
_queryText = "";
|
_queryText = "";
|
||||||
_lastQuery = new Query();
|
_lastQuery = new Query();
|
||||||
_ignoredQueryText = null; // null as invalid value
|
_ignoredQueryText = null; // null as invalid value
|
||||||
_updateSource = new CancellationTokenSource();
|
|
||||||
_updateToken = _updateSource.Token;
|
|
||||||
|
|
||||||
Settings = Ioc.Default.GetRequiredService<Settings>();
|
Settings = Ioc.Default.GetRequiredService<Settings>();
|
||||||
Settings.PropertyChanged += (_, args) =>
|
Settings.PropertyChanged += (_, args) =>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue