From 1a3d5bde9bdd2c5788a9b5bf957e0f421dd42289 Mon Sep 17 00:00:00 2001
From: Matthieu Fesselier <contact@matthieufesselier.com>
Date: Thu, 17 Feb 2022 14:27:35 +0100
Subject: [PATCH] bugfix: include orbit widgets for spaces

---
 src/views/partials/widgets/orbit-counter.pug       | 2 +-
 src/views/partials/widgets/orbit-menu-jabberid.pug | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/partials/widgets/orbit-counter.pug b/src/views/partials/widgets/orbit-counter.pug
index c770cd84..b980ada7 100644
--- a/src/views/partials/widgets/orbit-counter.pug
+++ b/src/views/partials/widgets/orbit-counter.pug
@@ -1,4 +1,4 @@
-if componentSet.has('chat') || componentSet.has('circles') || componentSet.has('projects')
+if componentSet.has('chat') || componentSet.has('circles') || componentSet.has('projects') || componentSet.has('spaces')
   solid-widget(name='orbit-counter')
     template
       if componentSet.has('notification')
diff --git a/src/views/partials/widgets/orbit-menu-jabberid.pug b/src/views/partials/widgets/orbit-menu-jabberid.pug
index a558ae84..e6ec3b9a 100644
--- a/src/views/partials/widgets/orbit-menu-jabberid.pug
+++ b/src/views/partials/widgets/orbit-menu-jabberid.pug
@@ -1,4 +1,4 @@
-if componentSet.has('chat') || componentSet.has('circles') || componentSet.has('projects')
+if componentSet.has('chat') || componentSet.has('circles') || componentSet.has('projects') || componentSet.has('spaces')
   solid-widget(name='orbit-menu-jabberid')
     template
       div.hidden(
-- 
GitLab