From e52a10980bd2ee7ea9c449eb380897e86a277a1a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 8 Sep 2022 10:36:15 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E4=B8=8B=E8=BD=BD=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=20https://github.com/siyuan-note/siyuan/issues/5837?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/conf.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/model/conf.go b/kernel/model/conf.go index 9b6813a29..99d04b014 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -223,6 +223,9 @@ func InitConf() { Conf.System.DataDir = util.DataDir Conf.System.Container = util.Container Conf.System.IsMicrosoftStore = util.ISMicrosoftStore + if util.ISMicrosoftStore { + logging.LogInfof("using Microsoft Store edition") + } Conf.System.OS = runtime.GOOS Conf.Newbie = util.IsNewbie