mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
fix style a little
This commit is contained in:
@@ -22,7 +22,7 @@ const clipboard = electron.clipboard
|
||||
const ipc = electron.ipcRenderer
|
||||
const remote = electron.remote
|
||||
|
||||
const OSX = process.platform === 'darwin'
|
||||
const OSX = global.process.platform === 'darwin'
|
||||
const BRAND_COLOR = '#18AF90'
|
||||
|
||||
const editDeleteTutorialElement = (
|
||||
|
||||
Reference in New Issue
Block a user