1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

modify: add more zoom options (140-200%)

* https://github.com/BoostIO/Boostnote/issues/31#issuecomment-267843725
This commit is contained in:
Whizark
2017-01-18 02:52:11 +09:00
parent 7b326b99af
commit 94c6578675

View File

@@ -8,7 +8,7 @@ const electron = require('electron')
const { remote, ipcRenderer } = electron
const { Menu, MenuItem, dialog } = remote
const zoomOptions = [0.8, 0.9, 1, 1.1, 1.2, 1.3]
const zoomOptions = [0.8, 0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0]
class StatusBar extends React.Component {
updateApp () {