Skip to content

Commit f6ff0c9

Browse files
committed
Forgot current tutorial dialog when hiding (so we don't resurrect the final one accidentally)
1 parent 70af749 commit f6ff0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/windows/views/tutorial.py

+3
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ def hide_tips(self, tid, user_clicked=False):
283283
self.tutorial_enabled = False
284284
s.set("tutorial_enabled", False)
285285

286+
# Forgot current tutorial
287+
self.current_dialog = None
288+
286289
def close_dialogs(self):
287290
""" Close any open tutorial dialogs """
288291
if self.current_dialog:

0 commit comments

Comments
 (0)