From 6dff8365874236ad9e69749f8133d7bccbf778bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Thu, 5 Nov 2020 14:44:12 +0100 Subject: [PATCH] Use the logo to open the sidebar. --- icons/equal.svg | 4 ++++ js/toolbar.vue | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 icons/equal.svg diff --git a/icons/equal.svg b/icons/equal.svg new file mode 100644 index 0000000..fe8bab9 --- /dev/null +++ b/icons/equal.svg @@ -0,0 +1,4 @@ + +image/svg+xml + + diff --git a/js/toolbar.vue b/js/toolbar.vue index 6e0914d..0f938f9 100644 --- a/js/toolbar.vue +++ b/js/toolbar.vue @@ -7,7 +7,11 @@ @click="toggleMenu" v-on="on" > - mdi-menu + indoor= {{ $t('toolbar.menu') }} @@ -57,6 +61,7 @@