Skip to content

Commit 9d2dd92

Browse files
committed
Welcome screen button now says "OK" instead of "Go to GitHub". Closes #29.
1 parent 98a8e5a commit 9d2dd92

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Python/gui.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ def init_window_theme():
2828

2929
def init_window():
3030
if not os.path.isfile(sg.user_settings_filename()):
31-
clicked_github_button = sg.Popup("This is a tool that allows you to convert legacy (old) mods to the latest version of CCCP. You can get more information from the Legacy Mod Converter GitHub repo.", title="Welcome screen", custom_text="Go to GitHub")
32-
if clicked_github_button:
33-
webbrowser.open("https://github.com/cortex-command-community/Cortex-Command-Legacy-Mod-Converter")
34-
31+
sg.Popup("This is a tool that allows you to convert legacy (old) mods to the latest version of CCCP. You can get more information from the GitHub repo or the Discord server by clicking the corresponding icons.", title="Welcome screen", custom_text=" OK ")
32+
3533
no_path_set_color = "#b35858"
3634

3735
paths_column = [

0 commit comments

Comments
 (0)