From 758a4b79ce8273f4353dc9315e1b4f81bc53ec42 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 13 Oct 2020 16:18:02 +0100 Subject: [PATCH] stash Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/stores/WidgetStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/WidgetStore.ts b/src/stores/WidgetStore.ts index 8e3eb8415d..e86fb276a1 100644 --- a/src/stores/WidgetStore.ts +++ b/src/stores/WidgetStore.ts @@ -51,6 +51,7 @@ export const MAX_PINNED = 3; // TODO change order to be order that they were pinned // TODO HARD cap at 3, truncating if needed // TODO call finish more proactively to lock things in +// TODO auto-open the appsDrawer for the room when widgets get pinned // TODO consolidate WidgetEchoStore into this // TODO consolidate ActiveWidgetStore into this