fixed bug with settings. interface and privacy settings added
This commit is contained in:
parent
b9937c13cd
commit
635feb3532
4 changed files with 39 additions and 3 deletions
|
@ -4,7 +4,7 @@ import os
|
|||
from util import Singleton
|
||||
|
||||
|
||||
class Settings(dict, Singleton):
|
||||
class Settings(Singleton, dict):
|
||||
|
||||
def __init__(self, name=''):
|
||||
self.path = Settings.get_default_path() + str(name) + '.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue