mod: def preview quality

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-15 09:14:25 +08:00
parent 230325d171
commit d97b2e223c
2 changed files with 2 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ class GStorage {
setting.get(SettingBoxKey.defaultHomePage, defaultValue: 0);
static int get previewQ =>
setting.get(SettingBoxKey.previewQuality, defaultValue: 80);
setting.get(SettingBoxKey.previewQuality, defaultValue: 100);
static double get mediumCardWidth =>
setting.get(SettingBoxKey.mediumCardWidth, defaultValue: 280.0);