Settings page, themes and cut path check for future updates. Volume now saved to config.
This commit is contained in:
@@ -7,7 +7,8 @@ class Config:
|
||||
@staticmethod
|
||||
def default():
|
||||
return {
|
||||
"theme": "Dark gray"
|
||||
"theme": "Dark gray",
|
||||
"volume": 100
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user