mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
876970c1f2
commit
a3249d401a
7 changed files with 16 additions and 5 deletions
|
|
@ -126,6 +126,10 @@ func ResetRepo() (err error) {
|
|||
Conf.Save()
|
||||
|
||||
util.PushUpdateMsg(msgId, Conf.Language(145), 3000)
|
||||
go func() {
|
||||
time.Sleep(2 * time.Second)
|
||||
util.ReloadUI()
|
||||
}()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue