From 6ba298602e2ec82886b9727aa357c7232642b0bb Mon Sep 17 00:00:00 2001 From: Mikey Oz Date: Wed, 4 May 2022 15:08:53 -0700 Subject: [PATCH] add help button --- app/client.imba | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/client.imba b/app/client.imba index 07206d0..ef3c15e 100644 --- a/app/client.imba +++ b/app/client.imba @@ -205,7 +205,6 @@ tag app <[d:flex fld:column jc:space-between ai:center w:100%]> if settings_active <.buttons> - <.button@click=handle_click_export> "EXPORT" if loading_import <.button.disabled> "IMPORT" else @@ -216,6 +215,8 @@ tag app @click=(this.value = '') type="file" > + <.button@click=handle_click_export> "EXPORT" + <.button@click=(global.location.href="https://github.com/familyfriendlymikey/fuzzyhome")> "HELP" else