Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ankihub/gui/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,9 +1411,9 @@ def _steps(self) -> list[TutorialStep]:
"you would right-click it and uncheck <b>Toggle Suspend</b>.<br><br>"
"Click <b>Next</b> and we'll unsuspend a few cards for you as an example.<br><br>"
f"<img src='{media_base}/toggle_suspend.png'>",
qt_target=lambda: self._browser.form.tableView,
qt_target=lambda: OverlayTarget(self._browser, self._browser.form.tableView.viewport()),
parent_widget=lambda: self._browser,
target_outline=False,
target_outline=True,
next_callback=self._unsuspend_cards_and_move_to_next_step,
)
)
Expand Down
Loading
Loading