Update settings.ejs

This commit is contained in:
Core 2022-01-30 03:18:35 +00:00 committed by GitHub
parent 63025dc915
commit 77b59363cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -743,7 +743,7 @@
},
sendDataToMTT: function () {
ipcRenderer.invoke('setStoreValue', 'general.close_behavior', app.cfg.general.close_behavior);
},
}
}
})
</script>