[TLAC] Backport wireframe and extra keyboard bindings

This commit is contained in:
nastys
2022-05-07 18:28:42 +02:00
parent 1c026e2661
commit 25a2a5f6f6
7 changed files with 43 additions and 6 deletions
+1 -1
View File
@@ -938,7 +938,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 (2.6.5a)";
this->Text = L"PD Launcher -- TEST VERSION --";
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);