feat: automatically hide the top bar

This commit is contained in:
Hakadao
2023-11-23 02:10:32 +08:00
parent 5364e9c13d
commit e0403b9f4a
6 changed files with 104 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ export interface Settings {
enableHorizontalScrolling: boolean
openLinkInCurrentTab: boolean
autoHideTopbar: boolean
theme: 'light' | 'dark' | 'auto'
themeColor: string
adaptToOtherPageStyles: boolean