Skip to content

Commit

Permalink
fix window not showing up on double click
Browse files Browse the repository at this point in the history
  • Loading branch information
34736384 committed Dec 7, 2023
1 parent ff1ead1 commit db7bf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion unlockfps_clr/AboutForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace unlockfpsclr {
this->labelTitle->Padding = System::Windows::Forms::Padding(0, 5, 0, 0);
this->labelTitle->Size = System::Drawing::Size(300, 36);
this->labelTitle->TabIndex = 0;
this->labelTitle->Text = L"Genshin FPS Unlocker\r\nv2.1.2\r\n";
this->labelTitle->Text = L"Genshin FPS Unlocker\r\nv2.1.3\r\n";
this->labelTitle->TextAlign = System::Drawing::ContentAlignment::TopCenter;
//
// linkLabelDescription
Expand Down
1 change: 1 addition & 0 deletions unlockfps_clr/MainForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ namespace unlockfpsclr
// restores window and taskbar icon
this->WindowState = FormWindowState::Normal;
this->ShowInTaskbar = true;
this->Show();
this->Activate();
//notifyIcon->Visible = false;
}
Expand Down

0 comments on commit db7bf00

Please sign in to comment.