aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-21 14:18:15 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-21 14:18:15 +0200
commit10ec328015c586ae937e936a477c02b2e0728373 (patch)
treed10e80bce00a3770cee516c4a6b274eff33034ba /src/stores
parentRevert "test to reload app after resume" (diff)
downloadferdium-app-10ec328015c586ae937e936a477c02b2e0728373.tar.gz
ferdium-app-10ec328015c586ae937e936a477c02b2e0728373.tar.zst
ferdium-app-10ec328015c586ae937e936a477c02b2e0728373.zip
Hide menu bar in popups
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/PaymentStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/PaymentStore.js b/src/stores/PaymentStore.js
index b90e8f006..eb42ae10e 100644
--- a/src/stores/PaymentStore.js
+++ b/src/stores/PaymentStore.js
@@ -53,6 +53,7 @@ export default class PaymentStore extends Store {
53 height: window.innerHeight - 100, 53 height: window.innerHeight - 100,
54 maxWidth: 800, 54 maxWidth: 800,
55 minWidth: 600, 55 minWidth: 600,
56 autoHideMenuBar: true,
56 webPreferences: { 57 webPreferences: {
57 nodeIntegration: true, 58 nodeIntegration: true,
58 webviewTag: true, 59 webviewTag: true,