1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Electron: Fixed vertical scrollbar, and added option to display dev tool in prod

This commit is contained in:
Laurent Cozic
2017-11-17 18:02:01 +00:00
parent 4bb9be8f78
commit 43bc7b5619
9 changed files with 24 additions and 10 deletions

View File

@@ -400,6 +400,7 @@ Setting.constants_ = {
resourceDir: '',
profileDir: '',
tempDir: '',
openDevTools: false,
}
module.exports = { Setting };