We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c211487 + 42bc72a commit ad47e52Copy full SHA for ad47e52
src/Files.App/Helpers/DynamicDialogFactory.cs
@@ -79,6 +79,8 @@ public static DynamicDialog GetFor_RenameDialog()
79
dialog!.ViewModel.DynamicButtonsEnabled = isInputValid
80
? DynamicDialogButtons.Primary | DynamicDialogButtons.Cancel
81
: DynamicDialogButtons.Cancel;
82
+ if (isInputValid)
83
+ dialog.ViewModel.AdditionalData = inputText.Text;
84
};
85
86
inputText.Loaded += (s, e) =>
0 commit comments