Skip to content

Commit

Permalink
Don't spam release notifications every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bueide committed May 30, 2021
1 parent 548b594 commit a1e1ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ReleaseWindow(val hostServices: HostServices) : Window<ReleaseView>() {
fun show() {
val release = getRelease()
if (release != null &&
// !release.version.contains(Prefs.lastReleaseShown) &&
!release.version.contains(Prefs.lastReleaseShown) &&
!release.version.contains("-RC")
) {
Prefs.lastReleaseShown = release.version
Expand Down

0 comments on commit a1e1ec5

Please sign in to comment.