From 7c1b0094b5869772ecbc0b239c4fdcc029080b9b Mon Sep 17 00:00:00 2001 From: Benno Evers Date: Tue, 9 Jul 2019 23:54:11 +0200 Subject: [PATCH] Always show dialog to add new sticker packs when custom packs are enabled. The text box allowing a user to add a new sticker pack was behind a `packs > 0` check, making it impossible to add new packs unless at least one other pack was already present. --- web/app/configs/stickerpicker/stickerpicker.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/configs/stickerpicker/stickerpicker.component.html b/web/app/configs/stickerpicker/stickerpicker.component.html index 026036f..3180904 100644 --- a/web/app/configs/stickerpicker/stickerpicker.component.html +++ b/web/app/configs/stickerpicker/stickerpicker.component.html @@ -2,12 +2,12 @@
- +
Sticker packs are not enabled on this Dimension instance.
- +
- \ No newline at end of file +