mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix suppressing news nag after reading the news (#3731)
This commit is contained in:
parent
1ee69ea214
commit
1b9353dccc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue