From 254ee41c11524ca9abc336c577cd43a77c11197f Mon Sep 17 00:00:00 2001 From: Index Date: Tue, 16 Jul 2024 22:51:54 -0500 Subject: [PATCH] fix: i forgot to add default setting for join friend button --- js/background.js | 3 ++- resources/utils.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/background.js b/js/background.js index 7613b7b..96a072f 100755 --- a/js/background.js +++ b/js/background.js @@ -97,7 +97,8 @@ const DefaultSettings = { OpacityOn: true }, ReaddCopyablePlacesOn: true, - TimePlayedOn: true + TimePlayedOn: true, + HomeJoinFriendsButtonOn: true } // ON EXTENSION INSTALL / RELOAD diff --git a/resources/utils.js b/resources/utils.js index 488e6d9..9ed0143 100644 --- a/resources/utils.js +++ b/resources/utils.js @@ -116,7 +116,8 @@ export default { PercentageOn: true, OpacityOn: true }, - TimePlayedOn: true + TimePlayedOn: true, + HomeJoinFriendsButtonOn: true }, Limits: { PinnedGames: 10,