Skip to content

Commit 71b6c2b

Browse files
yaira20x5bfa
andauthored
Update src/Files.App/Dialogs/CreateArchiveDialog.xaml.cs
Co-authored-by: 0x5BFA <[email protected]>
1 parent 857f38c commit 71b6c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Dialogs/CreateArchiveDialog.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ private void ViewModel_PropertyChanged(object? _, PropertyChangedEventArgs e)
108108
private sealed class DialogViewModel : ObservableObject
109109
{
110110
private readonly IGeneralSettingsService GeneralSettingsService = Ioc.Default.GetRequiredService<IGeneralSettingsService>();
111+
111112
public bool IsNameValid => FilesystemHelpers.IsValidForFilename(fileName);
112113

113114
public bool ShowNameWarning => !string.IsNullOrEmpty(fileName) && !IsNameValid;

0 commit comments

Comments
 (0)