Merge pull request #50 from cshaptx4869/patch-22

refactor(settings.ts): ♻️ 默认固定Header
This commit is contained in:
Ray Hao 2024-03-06 16:19:09 +08:00 committed by GitHub
commit eabaf662c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const defaultSettings: AppSettings = {
version: pkg.version,
showSettings: true,
tagsView: true,
fixedHeader: false,
fixedHeader: true,
sidebarLogo: true,
layout: "left",
theme: "light",