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 23119e9 commit 0cc1e4bCopy full SHA for 0cc1e4b
source/Reloaded.Mod.Launcher/MainWindow.xaml.cs
@@ -28,8 +28,6 @@ public MainWindow()
28
Lib.IoC.BindToConstant(this);
29
}
30
31
- protected override AutomationPeer OnCreateAutomationPeer() => new EmptyAutomationPeer(this);
32
-
33
private void InstallMod_DragOver(object sender, DragEventArgs e)
34
{
35
if (e.Data.GetDataPresent(DataFormats.FileDrop))
0 commit comments