You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source-code/main_window.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ def setup_ui(self):
240
240
about_layout=QVBoxLayout(about_widget)
241
241
about_text=QTextEdit()
242
242
about_text.setReadOnly(True)
243
-
about_text.setText("Hacker Mode v1.0\nGitHub: https://github.com/your-repo\nA launcher for running games with Proton/Wine easily.")
243
+
about_text.setText("Hacker Mode v0.9\nGitHub: https://github.com/HackerOS-Linux-System/Hacker-ModenA launcher for running games with Proton/Wine easily.")
0 commit comments