Fix suppressing news nag after reading the news (#3731)
This commit is contained in:
committed by
GitHub
parent
1ee69ea214
commit
1b9353dccc
@@ -642,7 +642,7 @@ bool CmdNews::should_nag() {
|
|||||||
Version current_version = Version::Current();
|
Version current_version = Version::Current();
|
||||||
|
|
||||||
if (news_version == current_version) {
|
if (news_version == current_version) {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if there are actually any interesting news items to show.
|
// Check if there are actually any interesting news items to show.
|
||||||
|
|||||||
Reference in New Issue
Block a user