git ssb

10+

Matt McKegg / patchwork



Commit ae8a21d5903d982a209f049dc0e74c50a3ba0253

make shortcut keys for zoom/reload work on window and linux

Matt McKegg committed on 3/14/2017, 12:58:39 AM
Parent: 7628e2e86bc23fe70db4765213ff337c9451f8de

Files changed

index.jschanged
lib/window.jschanged
index.jsView
@@ -55,8 +55,9 @@
5555 minWidth: 800,
5656 width: 1024,
5757 height: 768,
5858 titleBarStyle: 'hidden-inset',
59 + autoHideMenuBar: true,
5960 title: 'Patchwork',
6061 show: true,
6162 backgroundColor: '#EEE',
6263 webPreferences: {
lib/window.jsView
@@ -6,9 +6,8 @@
66 var window = new electron.BrowserWindow(extend({
77 show: false
88 }, opts))
99
10- window.setMenu(null)
1110 electron.ipcMain.on('ready-to-show', handleReadyToShow)
1211
1312 window.webContents.on('dom-ready', function () {
1413 window.webContents.executeJavaScript(`

Built with git-ssb-web