From e292fab4491f5f0b9fe144bd9a1ef2fd334e494c Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Fri, 12 Jan 2024 14:38:57 +0100 Subject: [PATCH] Always show settings button in status bar (not just in web app) --- src/components/StatusBar.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/StatusBar.vue b/src/components/StatusBar.vue index 9754c75..0676dd9 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -24,7 +24,7 @@ data() { return { - showSettingsButton: window.heynote.isWebApp, + } }, @@ -96,17 +96,16 @@ :autoUpdate="autoUpdate" :allowBetaVersions="allowBetaVersions" /> +
+ +
-
- -