Skip to content

Commit 23b9d25

Browse files
committed
Fixed: Shortlog interval setting was set to 5 at startup
1 parent a91f6b4 commit 23b9d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/SQLHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2449,9 +2449,9 @@ bool CSQLHelper::OpenDatabase()
24492449
{
24502450
UpdatePreferencesVar("ShowUpdateEffect", 0);
24512451
}
2452+
nValue = 5;
24522453
if (!GetPreferencesVar("ShortLogInterval", nValue))
24532454
{
2454-
nValue = 5;
24552455
UpdatePreferencesVar("ShortLogInterval", nValue);
24562456
}
24572457
if (nValue < 1)

0 commit comments

Comments
 (0)