mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Minor performance fix
This commit is contained in:
@ -366,8 +366,8 @@ begin
|
||||
// Connect to selected session
|
||||
Params := CurrentParams;
|
||||
|
||||
if (CurrentParams.NetType = ntSQLite)
|
||||
and (not FileExists(CurrentParams.Hostname))
|
||||
if (Params.NetType = ntSQLite)
|
||||
and (not FileExists(Params.Hostname))
|
||||
then begin
|
||||
Msg := f_('Database file "%s" does not exist. Shall it be created now?', [Params.Hostname]);
|
||||
DoCreateDb := MessageDialog(Msg, mtConfirmation, [mbNo, mbYes]);
|
||||
|
Reference in New Issue
Block a user