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 eb84fbe commit 83291d1Copy full SHA for 83291d1
Source/ModuleManager/GUI/ReloadingDatabase.12.cs
@@ -19,7 +19,7 @@ internal static ReloadingDatabaseDialog Show(ModuleManager parent)
19
return new ReloadingDatabaseDialog(parent);
20
}
21
22
- internal Menu Dismiss()
+ internal ReloadingDatabaseDialog Dismiss()
23
{
24
this.instance.Dismiss();
25
this.instance = null;
0 commit comments