mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix quick access link type fetching issue
This commit is contained in:
parent
0f510b153c
commit
2856da83c1
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ public partial class QuickAccessLinkSettings
|
|||
if (string.IsNullOrEmpty(_selectedName))
|
||||
{
|
||||
SelectedName = _selectedPath.GetPathName();
|
||||
}
|
||||
if (!string.IsNullOrEmpty(_selectedPath))
|
||||
{
|
||||
_accessLinkType = GetResultType(_selectedPath);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue