Fix quick access link type fetching issue

This commit is contained in:
Jack251970 2025-07-08 09:44:17 +08:00
parent 0f510b153c
commit 2856da83c1

View file

@ -27,6 +27,9 @@ public partial class QuickAccessLinkSettings
if (string.IsNullOrEmpty(_selectedName))
{
SelectedName = _selectedPath.GetPathName();
}
if (!string.IsNullOrEmpty(_selectedPath))
{
_accessLinkType = GetResultType(_selectedPath);
}
}