mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Make session log directory configurable. Fixes issue #494.
This commit is contained in:
@ -68,6 +68,7 @@ const
|
||||
DEFAULT_LOGSQLNUM = 300;
|
||||
REGNAME_LOGSQLWIDTH = 'logsqlwidth';
|
||||
DEFAULT_LOGSQLWIDTH = 2000;
|
||||
REGNAME_LOGDIR = 'SessionLogsDirectory';
|
||||
REGPREFIX_SQLATTRI = 'SQL Attr ';
|
||||
REGPOSTFIX_SQL_FG = ' Foreground';
|
||||
REGPOSTFIX_SQL_BG = ' Background';
|
||||
|
Reference in New Issue
Block a user