Skip to content

Commit

Permalink
Fix a bug in visits panel
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Feb 3, 2022
1 parent 00cc417 commit f3f43a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/panels/main_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ main_panel:
data:
type: PREVIOUS
indexing: true
action:
actions:
left:
type: PREVIOUS
tooltip: visit.gui.tips.click-to-previous
Expand All @@ -67,7 +67,7 @@ main_panel:
data:
type: NEXT
indexing: true
action:
actions:
left:
type: NEXT
tooltip: visit.gui.tips.click-to-next
Expand Down

0 comments on commit f3f43a1

Please sign in to comment.