From 9a9c3de778ec67847f1c2cc5b1b33d40deebe798 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 4 Mar 2026 21:39:00 -0800 Subject: [PATCH] Update STICKY_SUNES to remove forum.sune Removed the forum.sune entry from the STICKY_SUNES array. --- src/sticky-sunes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sticky-sunes.js b/src/sticky-sunes.js index e2db9af..64496ad 100644 --- a/src/sticky-sunes.js +++ b/src/sticky-sunes.js @@ -1 +1 @@ -export const STICKY_SUNES=['sune-org/store@main/marketplace.sune','sune-org/store@main/forum.sune']; +export const STICKY_SUNES=['sune-org/store@main/marketplace.sune'];