Skip to content

Commit 5762ea8

Browse files
authored
Update main_window.py
1 parent eb9c562 commit 5762ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def setup_ui(self):
210210
about_layout = QVBoxLayout(about_widget)
211211
about_text = QTextEdit()
212212
about_text.setReadOnly(True)
213-
about_text.setText("Hacker Launcher v1.0\nGitHub: https://github.com/your-repo\nA launcher for running games with Proton/Wine easily.")
213+
about_text.setText("Hacker Launcher v1.0\nGitHub: https://github.com/HackerOS-Linux-System/Hacker-Launcher\nA launcher for running games with Proton/Wine easily.")
214214
about_layout.addWidget(about_text)
215215
tabs.addTab(about_widget, 'About')
216216
layout.addWidget(tabs)

0 commit comments

Comments
 (0)