🎨 Opening the user guide is no longer supported on iOS https://github.com/siyuan-note/siyuan/issues/11492
This commit is contained in:
parent
4854879af3
commit
0072541427
1 changed files with 3 additions and 1 deletions
|
@ -277,7 +277,9 @@ func InitConf() {
|
|||
|
||||
if nil == Conf.System {
|
||||
Conf.System = conf.NewSystem()
|
||||
Conf.OpenHelp = true
|
||||
if util.ContainerIOS != util.Container {
|
||||
Conf.OpenHelp = true
|
||||
}
|
||||
} else {
|
||||
if 0 < semver.Compare("v"+util.Ver, "v"+Conf.System.KernelVersion) {
|
||||
logging.LogInfof("upgraded from version [%s] to [%s]", Conf.System.KernelVersion, util.Ver)
|
||||
|
|
Loading…
Add table
Reference in a new issue