Commit ce97eb85be66e3d5b599715f87eeb4ec854763cb
remove experimental features flag
Matt McKegg committed on 12/15/2017, 3:44:25 AMParent: 38c9552eb48d80487fb4ca4e7ada763dd833f39c
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -82,11 +82,8 @@ | |||
82 | 82 … | autoHideMenuBar: true, | |
83 | 83 … | title: 'Patchwork', | |
84 | 84 … | show: true, | |
85 | 85 … | backgroundColor: '#EEE', | |
86 | - webPreferences: { | ||
87 | - experimentalFeatures: true | ||
88 | - }, | ||
89 | 86 … | icon: './assets/icon.png' | |
90 | 87 … | }) | |
91 | 88 … | windowState.manage(windows.main) | |
92 | 89 … | windows.main.setSheetOffset(40) |
Built with git-ssb-web