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 6039da6 commit 148a27bCopy full SHA for 148a27b
AngelLoader/Forms/MainForm.cs
@@ -1181,6 +1181,8 @@ await FMScan.ScanFMs(
1181
// Just in case, to make sure the backing dll is loaded before doing the dll check
1182
_ = ReadmeRichTextBox.Handle;
1183
1184
+ // @Wine: Make the names be in a textbox for easy copy-pasting, and then also say which of them are
1185
+ // and aren't installed, for clarity.
1186
if (!WinVersion.Wine_NativeDllsInstalled())
1187
{
1188
(_, bool dontShowAgain) = Core.Dialogs.ShowMultiChoiceDialog(
0 commit comments