mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
🎨 桌面端支持隐藏底部状态栏 https://github.com/siyuan-note/siyuan/issues/5292
This commit is contained in:
parent
aa691726e0
commit
fa9115a081
7 changed files with 21 additions and 1 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -205,6 +205,7 @@ declare interface IWebSocketData {
|
|||
}
|
||||
|
||||
declare interface IAppearance {
|
||||
hideStatusBar: boolean,
|
||||
nativeEmoji: boolean,
|
||||
customCSS: boolean,
|
||||
themeJS: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue