fix default text size is not set to default

This commit is contained in:
MaysWind
2023-06-17 13:09:39 +08:00
parent 5b334eb2d5
commit 530ef6b83e
+1 -1
View File
@@ -8,7 +8,7 @@ const serverSettingsCookieKey = 'ebk_server_settings';
const defaultSettings = {
theme: 'auto',
fontSize: 0,
fontSize: 1,
timeZone: '',
debug: false,
applicationLock: false,