Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Add fallback messsage for users having a current release
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Oct 15, 2017
1 parent 92efd51 commit a98c39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deduplicator.lrdevplugin/GithubCheckUpdates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function checkForUpdates()
if referToNewRelease == 'ok' then
LrHttp.openUrlInBrowser(r['html_url'])
end
else
LrDialogs.message('Deduplicator is up-to-date!', 'Keep it going!')
end
end

Expand Down

0 comments on commit a98c39a

Please sign in to comment.