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:
parent
1850354b8d
commit
957d11c84b
2
prefs.py
2
prefs.py
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user