mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix using unintialized variable in release.
This commit is contained in:
parent
c3d5d4c0ce
commit
756c5bce3d
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ namespace Flow.Launcher.ViewModel
|
|||
#else
|
||||
catch
|
||||
{
|
||||
|
||||
token = default;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue