pass -restart arg

This commit is contained in:
FunkyFr3sh 2023-08-15 16:16:49 +02:00
parent 59b4d83153
commit 27f40a3406
2 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ void __fastcall TConfigForm::LanguageImgClick(TObject *Sender)
NULL,
L"open",
Application->ExeName.w_str(),
NULL,
L"-restart",
NULL,
SW_SHOWNORMAL);
@ -69,7 +69,7 @@ void __fastcall TConfigForm::ThemePnlClick(TObject *Sender)
NULL,
L"open",
Application->ExeName.w_str(),
NULL,
L"-restart",
NULL,
SW_SHOWNORMAL);
@ -92,7 +92,7 @@ void __fastcall TConfigForm::RestoreDefaultsBtnClick(TObject *Sender)
NULL,
L"open",
Application->ExeName.w_str(),
NULL,
L"-restart",
NULL,
SW_SHOWNORMAL);