mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
dark theme
This commit is contained in:
@@ -114,6 +114,7 @@ nodeIpc.serve(
|
||||
|
||||
nodeIpc.server.on('connect', function (socket) {
|
||||
console.log('connected')
|
||||
nodeIpc.server.broadcast('config-renew', ConfigManager.get())
|
||||
socket.on('close', function () {
|
||||
console.log('socket dead')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user