Update Electron to 6.0.1, SQLCipher to 4.2.0
This commit is contained in:
parent
b6da081d05
commit
e29eee4583
11 changed files with 785 additions and 931 deletions
5
main.js
5
main.js
|
@ -220,6 +220,7 @@ function createWindow() {
|
|||
config.environment === 'test' || config.environment === 'test-lib'
|
||||
? '#ffffff' // Tests should always be rendered on a white background
|
||||
: '#2090EA',
|
||||
vibrancy: 'appearance-based',
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
|
@ -472,6 +473,7 @@ function showAbout() {
|
|||
autoHideMenuBar: true,
|
||||
backgroundColor: '#2090EA',
|
||||
show: false,
|
||||
vibrancy: 'appearance-based',
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
|
@ -517,6 +519,7 @@ async function showSettingsWindow() {
|
|||
backgroundColor: '#FFFFFF',
|
||||
show: false,
|
||||
modal: true,
|
||||
vibrancy: 'appearance-based',
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
|
@ -562,6 +565,7 @@ async function showDebugLogWindow() {
|
|||
backgroundColor: '#FFFFFF',
|
||||
show: false,
|
||||
modal: true,
|
||||
vibrancy: 'appearance-based',
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
|
@ -610,6 +614,7 @@ async function showPermissionsPopupWindow() {
|
|||
backgroundColor: '#FFFFFF',
|
||||
show: false,
|
||||
modal: true,
|
||||
vibrancy: 'appearance-based',
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
nodeIntegrationInWorker: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue