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.
1 parent c17f9e3 commit 42bc72aCopy full SHA for 42bc72a
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