Skip to content

Commit

Permalink
Remove unused item market compact list option.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Nov 2, 2024
1 parent 2efe06b commit a1136e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions extension/pages/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1555,10 +1555,6 @@ <h2>
<input id="itemmarket-highlightCheapItems" class="short-input" type="number" min="0" max="100" save-empty />
<label for="itemmarket-highlightCheapItems">% below their value.</label>
</div>
<div class="option no-mobile">
<input id="itemmarket-compactList" type="checkbox" />
<label for="itemmarket-compactList">Make item market list compacter.</label>
</div>
</section>
<section name="bounties">
<div class="header">Bounties</div>
Expand Down
1 change: 0 additions & 1 deletion extension/scripts/global/globalData.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ const DEFAULT_STORAGE = {
},
itemmarket: {
highlightCheapItems: new DefaultSetting({ type: "number|empty", defaultValue: "" }),
compactList: new DefaultSetting({ type: "boolean", defaultValue: false }),
},
competition: {
filter: new DefaultSetting({ type: "boolean", defaultValue: true }),
Expand Down

0 comments on commit a1136e7

Please sign in to comment.