Skip to content

Commit 7e13401

Browse files
authored
Update main_window.py
1 parent 6a2ef95 commit 7e13401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def setup_ui(self):
240240
about_layout = QVBoxLayout(about_widget)
241241
about_text = QTextEdit()
242242
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.")
244244
about_layout.addWidget(about_text)
245245
self.tabs.addTab(about_widget, 'About')
246246
# Hacker Mode button

0 commit comments

Comments
 (0)