Turn off images in settings
This commit is contained in:
@@ -8,3 +8,4 @@ class ConfigModel:
|
||||
database: str
|
||||
profile: str | None
|
||||
theme: str
|
||||
images: bool
|
||||
|
||||
@@ -8,7 +8,8 @@ class Config:
|
||||
return {
|
||||
"database": "default.gtabase",
|
||||
"profile": None,
|
||||
"theme": "Dark gray"
|
||||
"theme": "Dark gray",
|
||||
"images": True
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user