1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Hotkey settingの時Alertで結果を出す

Folder nameが長すぎ雨時のlayout崩れ解決
ArticleNavigatorの余計なスペースをなくす
Default articleの誤字直し
This commit is contained in:
Rokt33r
2015-11-06 23:45:00 +09:00
parent 83a8f4b911
commit 8428588a4c
9 changed files with 61 additions and 9 deletions

View File

@@ -138,8 +138,12 @@ app.on('ready', function () {
}
finderWindow.show()
})
mainWindow.webContents.send('APP_SETTING_DONE', {})
} catch (err) {
console.log(err.name)
console.error(err)
mainWindow.webContents.send('APP_SETTING_ERROR', {
message: 'Failed to apply hotkey: Invalid format'
})
}
})