mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -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)
|
if (dialog.ShowDialog() != true)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
SelectedCustomIntegration.Name = dialog.SafeFileName;
|
||||||
SelectedCustomIntegration.Location = dialog.FileName;
|
SelectedCustomIntegration.Location = dialog.FileName;
|
||||||
OnPropertyChanged(nameof(SelectedCustomIntegration));
|
OnPropertyChanged(nameof(SelectedCustomIntegration));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user