Skip to content

Commit 76972d3

Browse files
committed
Use form dialog
1 parent 12b51eb commit 76972d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private void SelectPath_OnClick(object commandParameter, RoutedEventArgs e)
136136
// Open file or folder selection dialog based on the selected radio button
137137
if (IsFileSelected)
138138
{
139-
var openFileDialog = new Microsoft.Win32.OpenFileDialog
139+
var openFileDialog = new OpenFileDialog
140140
{
141141
Multiselect = false,
142142
CheckFileExists = true,

0 commit comments

Comments
 (0)