Fix suppressing news nag after reading the news (#3731)

This commit is contained in:
Kalle Kietäväinen 2024-12-20 14:13:23 +02:00 committed by GitHub
parent 1ee69ea214
commit 1b9353dccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -642,7 +642,7 @@ bool CmdNews::should_nag() {
Version current_version = Version::Current();
if (news_version == current_version) {
return true;
return false;
}
// Check if there are actually any interesting news items to show.