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:
parent
6020bbb05e
commit
44d6e89bd8
@ -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'):
|
||||
|
2
prefs.py
2
prefs.py
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user