Skip to content

Commit

Permalink
Fix debug pane keyboard shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jan 28, 2021
1 parent 891765b commit 569c26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler-gui/tribler_gui/tribler_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def clicked_menu_button_downloads(self, checked):
self.left_menu_button_downloads.setChecked(True)
self.stackedWidget.setCurrentIndex(PAGE_DOWNLOADS)

def clicked_menu_button_debug(self, index):
def clicked_menu_button_debug(self, index=False):
if not self.debug_window:
self.debug_window = DebugWindow(self.tribler_settings, self.tribler_version)
self.debug_window.show()
Expand Down

0 comments on commit 569c26b

Please sign in to comment.