Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
<3
Browse files Browse the repository at this point in the history
Took 11 seconds
  • Loading branch information
Sklyvan committed Jan 17, 2023
1 parent c722f9b commit 7b2a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def clickVerificationButton(self):

def clickClearSubjectsButton(self): clearSubjectsPreferences(CONFIG_FILE)
def updateMainLoadingBar(self, toValue): self.mainProgressBar.setValue(toValue)
def runInformationWindow(self): print("Not implemented.")
def runInformationWindow(self): startInformationWindow()
def openManual(self): webbrowser.open(README_URL)
def openRepository(self): webbrowser.open(REPOSITORY_URL)
def exitApplication(self): self.QtApplication.quit()
Expand Down

0 comments on commit 7b2a82a

Please sign in to comment.