[Patches] Lag Compensation; [Launcher] Acrylic and Light/Dark themes and other improvements

This commit is contained in:
nastys
2021-02-26 00:24:12 +01:00
parent 77a99e4cf3
commit 581b78972f
14 changed files with 699 additions and 223 deletions
@@ -275,11 +275,16 @@ private: ref class SkinnedMessageBoxForm : Form
}
else if (icon == MessageBoxIcon::Information) // also Asterisk
{
Drawing::Icon^ infoicon = gcnew Drawing::Icon(SystemIcons::Information, iconsize, iconsize);
/*Drawing::Icon^ infoicon = gcnew Drawing::Icon(SystemIcons::Information, iconsize, iconsize);
iconPB->Image = infoicon->ToBitmap();
iconPB->AccessibleDescription = "Information";
//this.Icon = SystemIcons.Question;
System::Media::SystemSounds::Asterisk->Play();
System::Media::SystemSounds::Asterisk->Play();*/
iconPB->Image = (Image^)(ResMgr->GetObject("Help"));
iconPB->AccessibleDescription = "Question";
//this.Icon = SystemIcons.Question;
System::Media::SystemSounds::Question->Play();
}
else
{