diff options
| author | Fuwn <[email protected]> | 2024-01-23 23:10:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-23 23:10:45 -0800 |
| commit | dd18afc1d91794c82e7268ff5d43804c4ec769d1 (patch) | |
| tree | 99e895948e081e9d159f9441d144f066cd68d48f /src | |
| parent | feat(settings): enable cover mode by default (diff) | |
| download | due.moe-dd18afc1d91794c82e7268ff5d43804c4ec769d1.tar.xz due.moe-dd18afc1d91794c82e7268ff5d43804c4ec769d1.zip | |
feat(settings): smaller default cover width
Diffstat (limited to 'src')
| -rw-r--r-- | src/stores/settings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts index d974bac9..77ea9736 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -67,7 +67,7 @@ const defaultSettings: Settings = { displayDisableAnimations: false, displayDisableNotifications: false, displayCoverMode: true, - displayCoverWidth: 116.609, + displayCoverWidth: 100, // 116.609 displayShortCountdown: false, displayScheduleListMode: false, displayLanguage: 'en', |