1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-20 08:44:07 +03:00

Update prefs.py

This commit is contained in:
James Tandy 2016-01-03 02:47:13 +00:00
parent f5913eefba
commit 9d8f97bd6f

View File

@ -177,11 +177,9 @@ class PreferencesDialog(tk.Toplevel):
self.edsm_apikey.insert(0, config.get('edsm_apikey') or '')
self.edsm_apikey.grid(row=11, column=1, padx=PADX, pady=PADY, sticky=tk.EW)
self.edsm_autoopen= tk.IntVar(value = (output & config.EDSM_autoopen) and 1)
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