From 1069032cd76c7380dd73415ef277d3e459c162d0 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Sat, 27 Nov 2021 22:29:17 +0000 Subject: [PATCH] remove unecessary fullscreen property --- nym-wallet/src-tauri/tauri.conf.json | 3 +-- nym-wallet/src/components/AppBar.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/nym-wallet/src-tauri/tauri.conf.json b/nym-wallet/src-tauri/tauri.conf.json index adc2a2ffea..7f2692351b 100644 --- a/nym-wallet/src-tauri/tauri.conf.json +++ b/nym-wallet/src-tauri/tauri.conf.json @@ -54,8 +54,7 @@ "title": "nym-wallet", "width": 1268, "height": 768, - "resizable": true, - "fullscreen": false + "resizable": true } ], "security": { diff --git a/nym-wallet/src/components/AppBar.tsx b/nym-wallet/src/components/AppBar.tsx index 4a09ce87ae..66d50f0400 100644 --- a/nym-wallet/src/components/AppBar.tsx +++ b/nym-wallet/src/components/AppBar.tsx @@ -30,7 +30,7 @@ export const AppBar = () => { alignItems="center" flexWrap="nowrap" > - +