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

[519] Wiki Page and Remove TODO

This commit is contained in:
David Sangrey 2024-05-05 20:36:30 -04:00
parent 6020bbb05e
commit 44d6e89bd8
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ def get_config(*args, **kwargs) -> AbstractConfig:
config = get_config()
# TODO: Wiki on Updates (WILL NOT DOWNGRADE)
# Wiki: https://github.com/EDCD/EDMarketConnector/wiki/Participating-in-Open-Betas-of-EDMC
def get_update_feed() -> str:
"""Select the proper update feed for the current update track."""
if config.get_bool('beta_optin'):

View File

@ -505,7 +505,7 @@ class PreferencesDialog(tk.Toplevel):
)
self.curr_update_track = "Beta" if config.get_bool('beta_optin') else "Stable"
self.update_paths = tk.StringVar(value=self.curr_update_track)
# TODO: LANG
update_paths = [
tr.tl("Stable"), # LANG: Stable Version of EDMC
tr.tl("Beta") # LANG: Beta Version of EDMC