diff --git a/src/SimpleCutMainFrame.py b/src/SimpleCutMainFrame.py index cc9be72..f57b750 100644 --- a/src/SimpleCutMainFrame.py +++ b/src/SimpleCutMainFrame.py @@ -7,6 +7,7 @@ from controller.core import CoreController import logging import os +import webbrowser import wx @@ -159,8 +160,7 @@ def on_export_button_click(self, event): return def on_open_project_website_button_click(self, event): - # TODO: Implement ProjectWebBtnOnClick - pass + webbrowser.open("https://github.com/FishCat233/SimpleCutPy") def on_clear_all_button_click(self, event): self.core_controller.clear_all_files()