mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-11 04:14:15 +02:00
[config] new general config file
This commit is contained in:
@@ -34,7 +34,7 @@ class StylesComboBox(QComboBox):
|
||||
self.last_index = idx
|
||||
style = self.styles[idx]
|
||||
|
||||
user_config = config.read()
|
||||
user_config = config.read_config()
|
||||
user_config.style = style
|
||||
config.save(user_config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user