Skip to content

Commit fd6b2d1

Browse files
author
Earth1283
committed
fixed mods button issue
1 parent 3912f33 commit fd6b2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymcl/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def update_background_image(self):
481481

482482
@pyqtSlot()
483483
def open_mod_manager(self):
484-
self.switch_page(1, self.nav_mods_button)
484+
self.switch_page(3, self.nav_mods_button)
485485

486486
def populate_versions(self):
487487
self.launch_page.status_label.setText("Loading versions...")

0 commit comments

Comments
 (0)