mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -488,6 +488,10 @@ func NewLute() (ret *lute.Lute) {
|
||||
var confSaveLock = sync.Mutex{}
|
||||
|
||||
func (conf *AppConf) Save() {
|
||||
if util.ReadOnly {
|
||||
return
|
||||
}
|
||||
|
||||
confSaveLock.Lock()
|
||||
confSaveLock.Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user