mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
standarded
This commit is contained in:
@@ -21,7 +21,7 @@ ipc.on('config-apply', function (e, newConfig) {
|
||||
applyConfig(config)
|
||||
})
|
||||
|
||||
function applyConfig(config) {
|
||||
function applyConfig (config) {
|
||||
let body = document.body
|
||||
body.setAttribute('data-theme', config['theme-ui'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user