mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -07:00
Autofill file name
This commit is contained in:
parent
83e3c487a9
commit
263617e409
@ -57,6 +57,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
|
||||
if (dialog.ShowDialog() != true)
|
||||
return;
|
||||
|
||||
SelectedCustomIntegration.Name = dialog.SafeFileName;
|
||||
SelectedCustomIntegration.Location = dialog.FileName;
|
||||
OnPropertyChanged(nameof(SelectedCustomIntegration));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user