align
This commit is contained in:
parent
d7a173b0da
commit
694b5d1cae
1 changed files with 1 additions and 3 deletions
|
@ -584,7 +584,6 @@ void __fastcall TConfigForm::AdvancedBtnClick(TObject *Sender)
|
|||
CompatibilityPnl->Visible = false;
|
||||
}
|
||||
|
||||
|
||||
void __fastcall TConfigForm::HotkeyBtnClick(TObject *Sender)
|
||||
{
|
||||
HotkeyPnl->Visible = true;
|
||||
|
@ -1029,7 +1028,6 @@ void TConfigForm::SaveSettings()
|
|||
delete ini;
|
||||
}
|
||||
|
||||
|
||||
void __fastcall TConfigForm::FormActivate(TObject *Sender)
|
||||
{
|
||||
/* Detect wine (Linux/macOS) and create the needed dll override */
|
||||
|
|
Loading…
Reference in a new issue