Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 authored and actions-user committed Nov 8, 2024
1 parent a0f72f1 commit cd95a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
{ "message": "Update some mission hints and tasks.", "contributor": "DeKleineKobini" },
{ "message": "Detect sidebar conditions better for the OC time feature.", "contributor": "DeKleineKobini" },
{ "message": "Added a bail cost filter", "contributor": "nao" },
{"message": "Added new feature to calculate the average in personal stats page, can be enabled from Profile page in Settings", "contributor": "nao"}
{
"message": "Added new feature to calculate the average in personal stats page, can be enabled from Profile page in Settings",
"contributor": "nao"
}
],
"removed": [
{ "message": "Remove the bazaar and item market redirect feature, due to the item market overhaul.", "contributor": "DeKleineKobini" },
Expand Down
2 changes: 1 addition & 1 deletion extension/pages/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ <h2>
<input id="profile-avgpersonalstats" type="checkbox" />
<label for="profile-avgpersonalstats">Calculate Average Personal Stats</label>
</div>

<div class="option">
<input id="profile-idBesideProfileName" type="checkbox" />
<label for="profile-idBesideProfileName">Reformat profile page headings as "USERNAME [ID]".</label>
Expand Down

0 comments on commit cd95a65

Please sign in to comment.