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

prefs.py: Minor comment format change

This commit is contained in:
Athanasius 2020-09-08 13:16:07 +01:00
parent 1850354b8d
commit 957d11c84b

View File

@ -641,7 +641,7 @@ class PreferencesDialog(tk.Toplevel):
Translations.install(config.get('language') or None)
config.set('ui_scaling', self.ui_scaling.get())
#self.tk.call('tk', 'scaling', self.ui_scaling.get())
# self.tk.call('tk', 'scaling', self.ui_scaling.get())
config.set('always_ontop', self.always_ontop.get())
config.set('theme', self.theme.get())
config.set('dark_text', self.theme_colors[0])