Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainStabs committed Aug 12, 2021
1 parent f14c954 commit 7959995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_gui/scraper_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):

self.version_label.setText("Version: " + str(__version__))

self.tabWidget.setCurrentIndex(0) # Start on the first page
self.tabWidget.setCurrentIndex(0) # Start on the first page
self.tabWidget.setTabEnabled(1, False) # Disable the Choose Scraper tab
self.tabWidget.setTabEnabled(2, False) # Disable the Setup tab
self.tabWidget.setTabEnabled(3, False) # Disable Crimegraphic's choose scraper tab
Expand Down

0 comments on commit 7959995

Please sign in to comment.