(2.5.2) Fix manual Turing GPU; work around hand size upgrade error

This commit is contained in:
nastys
2021-09-04 20:34:52 +02:00
parent 1f57bdaf24
commit eb17a30a06
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ private: System::Windows::Forms::Button^ button_Wiki;
this->MaximizeBox = false;
this->Name = L"ui";
this->StartPosition = System::Windows::Forms::FormStartPosition::CenterScreen;
this->Text = L"PD Launcher";
this->Text = L"PD Launcher (2.5.2)";
this->TransparencyKey = System::Drawing::Color::Magenta;
this->FormClosing += gcnew System::Windows::Forms::FormClosingEventHandler(this, &ui::Ui_FormClosing);
this->FormClosed += gcnew System::Windows::Forms::FormClosedEventHandler(this, &ui::Ui_FormClosed);