Turn off images in settings

This commit is contained in:
BarsTiger
2022-08-15 21:35:46 +03:00
parent 22a874e7be
commit 65295e627f
7 changed files with 40 additions and 17 deletions

View File

@@ -8,7 +8,8 @@ class Config:
return {
"database": "default.gtabase",
"profile": None,
"theme": "Dark gray"
"theme": "Dark gray",
"images": True
}
@staticmethod