Skip to content

Commit 58eca29

Browse files
committed
Don't forget to write the DBFile setting
1 parent 6632444 commit 58eca29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ void Options::Write()
6767
WriteBool(s_szOptions, s_szShow, _showConsoleDlg);
6868
WriteBool(s_szOptions, s_szToolbarIcon, _toolbarIcon);
6969
WriteBool(s_szOptions, s_szIndent, _indentSnippet);
70+
WriteString(s_szOptions, s_szDBFile, _DBFile.c_str());
7071
WriteString(s_szOptions, s_szVersion, VERSION_NUMBER_WSTR);
7172
}
7273

0 commit comments

Comments
 (0)