Use form dialog

This commit is contained in:
Jack251970 2025-06-17 16:31:25 +08:00
parent 12b51eb239
commit 76972d3849

View file

@ -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,