🎨 Opening the user guide is no longer supported on iOS https://github.com/siyuan-note/siyuan/issues/11492

This commit is contained in:
Daniel 2024-05-22 17:36:16 +08:00
parent 4854879af3
commit 0072541427
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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)