mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-20 16:54:31 +03:00
Update prefs.py
This commit is contained in:
parent
f5913eefba
commit
9d8f97bd6f
2
prefs.py
2
prefs.py
@ -180,8 +180,6 @@ class PreferencesDialog(tk.Toplevel):
|
||||
self.edsm_autoopen= tk.IntVar(value = (output & config.EDSM_autoopen) and 1)
|
||||
nb.Checkbutton(edsmframe, text=_('Automatically open EDSM System view for uncharted systems'), variable=self.EDSM_autoopen).grid(columnspan=2, padx=BUTTONX, sticky=tk.W)
|
||||
|
||||
|
||||
|
||||
notebook.add(edsmframe, text='EDSM') # Not translated
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user