Skip to content

Commit

Permalink
fix dot click error (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
corbin-auriti authored Jun 16, 2024
1 parent b31498e commit a124e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/linuxmint/mintinstall/mintinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ def load_banner(self):
box.show_all()

def on_dot_clicked(self, button, index):
self.start_slideshow_timer(self.banner_stack, button.get_parent())
self.start_slideshow_timer()
self.banner_stack.set_visible_child_name(str(index))
self.update_dot_buttons(index)

Expand Down

0 comments on commit a124e72

Please sign in to comment.