Skip to content

Commit

Permalink
fix(trade): Blackcoin trading setting not respected
Browse files Browse the repository at this point in the history
The element in the UI was mapped to an wrong element in the settings.

Fixes #24
  • Loading branch information
oliversalzburg committed Nov 18, 2022
1 parent 82ec62e commit 619ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/userscript/source/ui/TradeSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class TradeSettingsUi extends SettingsSectionUi<TradeSettings> {
this._tradeBlackcoin = new SettingListItem(
this._host,
this._host.engine.i18n("option.crypto"),
this.setting.feedLeviathans,
this.setting.tradeBlackcoin,
{
onCheck: () =>
this._host.engine.imessage("status.sub.enable", [
Expand Down

0 comments on commit 619ac28

Please sign in to comment.