mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use form dialog
This commit is contained in:
parent
12b51eb239
commit
76972d3849
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ public partial class QuickAccessLinkSettings : INotifyPropertyChanged
|
|||
// Open file or folder selection dialog based on the selected radio button
|
||||
if (IsFileSelected)
|
||||
{
|
||||
var openFileDialog = new Microsoft.Win32.OpenFileDialog
|
||||
var openFileDialog = new OpenFileDialog
|
||||
{
|
||||
Multiselect = false,
|
||||
CheckFileExists = true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue