Skip to content

Commit

Permalink
Made the skip checkbox actually appear
Browse files Browse the repository at this point in the history
  • Loading branch information
yewfelle committed Feb 22, 2022
1 parent a8e816c commit e45188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karaluxer.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def __init__(self) -> None:

self.overlap_checkbox = QCheckBox()
optional_args_layout.addWidget(QLabel('Skip overlaps:'), 4, 0)
optional_args_layout.addWidget(self.tv_checkbox, 4, 1)
optional_args_layout.addWidget(self.overlap_checkbox, 4, 1)
optional_args_layout.addWidget(QLabel('([Advanced] For manual overlap handling)'), 4, 2)

self.optional_args_group.setLayout(optional_args_layout)
Expand Down

0 comments on commit e45188a

Please sign in to comment.