Fix theme identifier in default config

This commit is contained in:
itepechi 2023-08-01 04:18:12 +09:00
parent 098028fff3
commit 1e160d4bb4
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
"showInstanceSpecificPanel": false,
"sidebarRight": false,
"subjectLineBehavior": "email",
"theme": "Itepechi",
"theme": "itepechi",
"webPushNotifications": false
}