fix: i forgot to add default setting for join friend button

This commit is contained in:
Index 2024-07-16 22:51:54 -05:00
parent 2975795971
commit 254ee41c11
2 changed files with 4 additions and 2 deletions

View file

@ -97,7 +97,8 @@ const DefaultSettings = {
OpacityOn: true OpacityOn: true
}, },
ReaddCopyablePlacesOn: true, ReaddCopyablePlacesOn: true,
TimePlayedOn: true TimePlayedOn: true,
HomeJoinFriendsButtonOn: true
} }
// ON EXTENSION INSTALL / RELOAD // ON EXTENSION INSTALL / RELOAD

View file

@ -116,7 +116,8 @@ export default {
PercentageOn: true, PercentageOn: true,
OpacityOn: true OpacityOn: true
}, },
TimePlayedOn: true TimePlayedOn: true,
HomeJoinFriendsButtonOn: true
}, },
Limits: { Limits: {
PinnedGames: 10, PinnedGames: 10,