mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
add hidden setting "hide_compat_tab"
This commit is contained in:
parent
1b84d736f6
commit
a8992f99b3
@ -665,6 +665,10 @@ void __fastcall TConfigForm::FormCreate(TObject *Sender)
|
||||
SinglecpuChk->State = GetBool(ini, "singlecpu", true) ? tssOff : tssOn;
|
||||
NonexclusiveChk->State = GetBool(ini, "nonexclusive", false) ? tssOn : tssOff;
|
||||
|
||||
if (GetBool(ini, "hide_compat_tab", false)) {
|
||||
CompatibilityBtn->Visible = false;
|
||||
}
|
||||
|
||||
delete ini;
|
||||
|
||||
Initialized = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user