From 7b2a82a39bfa1fbae4dcc8728114532d98bbbdca Mon Sep 17 00:00:00 2001 From: Sklyvan Date: Tue, 17 Jan 2023 16:45:09 +0100 Subject: [PATCH] <3 Took 11 seconds --- src/MainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.py b/src/MainWindow.py index 4ced83a..70a8c55 100644 --- a/src/MainWindow.py +++ b/src/MainWindow.py @@ -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()