🎨 桌面端支持隐藏底部状态栏 https://github.com/siyuan-note/siyuan/issues/5292

This commit is contained in:
Liang Ding 2022-06-26 22:27:18 +08:00
parent aa691726e0
commit fa9115a081
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 21 additions and 1 deletions

View file

@ -205,6 +205,7 @@ declare interface IWebSocketData {
}
declare interface IAppearance {
hideStatusBar: boolean,
nativeEmoji: boolean,
customCSS: boolean,
themeJS: boolean,