Skip to content

Commit

Permalink
Fix: Fixed theming issue in the confirm delete dialog (files-communit…
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Hiatt authored Nov 6, 2023
1 parent 14d204e commit 1493bab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Files.App/Dialogs/FilesystemOperationDialog.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ private void ConflictOptions_Loaded(object sender, RoutedEventArgs e)

private void FilesystemOperationDialog_Opened(ContentDialog sender, ContentDialogOpenedEventArgs args)
{
if (ViewModel.FileSystemDialogMode.IsInDeleteMode)
DescriptionText.Foreground = App.Current.Resources["TextControlForeground"] as SolidColorBrush;

UpdateDialogLayout();
}

Expand Down

0 comments on commit 1493bab

Please sign in to comment.