diff options
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryForm.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas index e124e936c3..e6a2fa7429 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.pas +++ b/plugins/HistoryPlusPlus/HistoryForm.pas @@ -2533,6 +2533,7 @@ begin end
else
begin
+ tPanel := [];
if GetDBBool(hppDBName, 'ShowSessions', False) then
include(tPanel, hpSessions);
if GetDBBool(hppDBName, 'ShowBookmarks', False) then
|