mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 10:23:06 +03:00
[748] Update URL
This commit is contained in:
parent
fee05d3aa5
commit
6643f838dc
@ -847,7 +847,7 @@ class AppWindow:
|
|||||||
update_msg = update_msg.replace('\\r', '\r')
|
update_msg = update_msg.replace('\\r', '\r')
|
||||||
stable_popup = tk.messagebox.askyesno(title=title, message=update_msg)
|
stable_popup = tk.messagebox.askyesno(title=title, message=update_msg)
|
||||||
if stable_popup:
|
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'):
|
if postargs.get('Restart_Req'):
|
||||||
# LANG: Text of Notification Popup for EDMC Restart
|
# LANG: Text of Notification Popup for EDMC Restart
|
||||||
restart_msg = tr.tl('A restart of EDMC is required. EDMC will now restart.')
|
restart_msg = tr.tl('A restart of EDMC is required. EDMC will now restart.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user