mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Support setting status bar message switch https://github.com/siyuan-note/siyuan/issues/16236
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
2f3c9f734a
commit
3f8b08fbd4
17 changed files with 79 additions and 26 deletions
|
|
@ -203,6 +203,10 @@ func InitConf() {
|
|||
if "" == Conf.Appearance.CodeBlockThemeLight {
|
||||
Conf.Appearance.CodeBlockThemeLight = "github"
|
||||
}
|
||||
if nil == Conf.Appearance.StatusBar {
|
||||
Conf.Appearance.StatusBar = &util.StatusBar{}
|
||||
}
|
||||
util.StatusBarCfg = Conf.Appearance.StatusBar
|
||||
if nil == Conf.FileTree {
|
||||
Conf.FileTree = conf.NewFileTree()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue