1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[748] Update URL

This commit is contained in:
David Sangrey 2024-06-25 12:07:49 -04:00
parent fee05d3aa5
commit 6643f838dc
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -847,7 +847,7 @@ class AppWindow:
update_msg = update_msg.replace('\\r', '\r')
stable_popup = tk.messagebox.askyesno(title=title, message=update_msg)
if stable_popup:
webbrowser.open("https://github.com/edCD/eDMarketConnector/releases/latest")
webbrowser.open("https://github.com/EDCD/eDMarketConnector/releases/latest")
if postargs.get('Restart_Req'):
# LANG: Text of Notification Popup for EDMC Restart
restart_msg = tr.tl('A restart of EDMC is required. EDMC will now restart.')