Skip to content

Commit

Permalink
Fix: Re-Enable Automation for People Who Require Screen Readers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 4, 2024
1 parent 23119e9 commit 0cc1e4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Reloaded.Mod.Launcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public MainWindow()
Lib.IoC.BindToConstant(this);
}

protected override AutomationPeer OnCreateAutomationPeer() => new EmptyAutomationPeer(this);

private void InstallMod_DragOver(object sender, DragEventArgs e)
{
if (e.Data.GetDataPresent(DataFormats.FileDrop))
Expand Down

0 comments on commit 0cc1e4b

Please sign in to comment.