Skip to content

Commit

Permalink
fix a bug that highlight track mode not update when switch slot.
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Oct 7, 2024
1 parent 3ffc528 commit 2093186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TagsRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ export class TagRoutesView extends ItemView {
this.plugin.settings.customSlot[this.currentSlotNum], "toggle_global_map");
this.setControlValue("Toggle label display", this._controls,
this.plugin.settings.customSlot[this.currentSlotNum], "toggle_label_display");
this.setControlValue("Highlight track mode", this._controls,
this.setControlValue("Highlight connection paths", this._controls,
this.plugin.settings.customSlot[this.currentSlotNum], "toggle_highlight_track_mode");
this.setControlValue("Text color", this._controls,
this.plugin.settings.customSlot[this.currentSlotNum], "text_color_angle");
Expand Down

0 comments on commit 2093186

Please sign in to comment.