Skip to content

Commit

Permalink
Should empty rune sockets be disabled by default? #223
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvan7 committed Jan 2, 2025
1 parent 1afe3eb commit 8d14a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/web/price-check/filters/create-rune-filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function createRuneFilters(
rune: rune.rune,
isEmpty: rune.isEmpty,
text: rune.text,
disabled: false,
disabled: rune.isEmpty,
});
}
}
Expand Down

0 comments on commit 8d14a15

Please sign in to comment.