Change new-version landing page to home

This commit is contained in:
Dan Smith 2024-09-18 20:27:23 -07:00 committed by Dan Smith
parent 1c1efb3f01
commit af239b6f51

View File

@ -1885,7 +1885,7 @@ def display_update_notice(version):
CONF.set_int("last_update_check", int(time.time()), "state")
url = 'https://chirpmyradio.com/projects/chirp/wiki/ChirpNextBuild'
url = 'https://chirpmyradio.com'
msg = _('A new CHIRP version is available. Please visit the '
'website as soon as possible to download it!')
d = wx.MessageDialog(None, msg, _('New version available'),