diff --git a/r5dev/sdklauncher/download_surface.cpp b/r5dev/sdklauncher/download_surface.cpp index 858bc7d8..97f7577d 100644 --- a/r5dev/sdklauncher/download_surface.cpp +++ b/r5dev/sdklauncher/download_surface.cpp @@ -54,6 +54,7 @@ void CDownloadProgress::InitializeComponent() this->SetStartPosition(Forms::FormStartPosition::CenterParent); this->SetMinimizeBox(false); this->SetMaximizeBox(false); + this->SetControlBox(false); this->SetShowInTaskbar(false); this->SetBackColor(Drawing::Color(47, 54, 61));