fix: i forgot to add default setting for join friend button
This commit is contained in:
parent
2975795971
commit
254ee41c11
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Reference in a new issue