Skip to content

Commit 0cc1e4b

Browse files
committed
Fix: Re-Enable Automation for People Who Require Screen Readers
1 parent 23119e9 commit 0cc1e4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/Reloaded.Mod.Launcher/MainWindow.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public MainWindow()
2828
Lib.IoC.BindToConstant(this);
2929
}
3030

31-
protected override AutomationPeer OnCreateAutomationPeer() => new EmptyAutomationPeer(this);
32-
3331
private void InstallMod_DragOver(object sender, DragEventArgs e)
3432
{
3533
if (e.Data.GetDataPresent(DataFormats.FileDrop))

0 commit comments

Comments
 (0)