mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
show hints instantly
This commit is contained in:
parent
b662011045
commit
241e3749b2
@ -118,6 +118,7 @@ void __fastcall TConfigForm::RestoreDefaultsBtnClick(TObject *Sender)
|
||||
void TConfigForm::ApplyTranslation(TIniFile *ini)
|
||||
{
|
||||
Application->HintHidePause = 100 * 1000;
|
||||
Application->HintPause = 0;
|
||||
|
||||
auto lang = LowerCase(ini->ReadString("ddraw", "configlang", "auto"));
|
||||
int priID = SysLocale.PriLangID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user