mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 16:56:10 +01:00
🎨 Improve the mouse hove data sync button information on the desktop and browser https://github.com/siyuan-note/siyuan/issues/8521
This commit is contained in:
parent
71add56563
commit
b53d210258
3 changed files with 23 additions and 0 deletions
|
|
@ -653,6 +653,12 @@ var (
|
|||
onlineKernelsLock = sync.Mutex{}
|
||||
)
|
||||
|
||||
func GetOnlineKernels() []*OnlineKernel {
|
||||
onlineKernelsLock.Lock()
|
||||
defer onlineKernelsLock.Unlock()
|
||||
return onlineKernels
|
||||
}
|
||||
|
||||
var closedSyncWebSocket = false
|
||||
|
||||
func closeSyncWebSocket() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue