Skip to content

Commit

Permalink
Even more work on updater, for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Mar 13, 2022
1 parent 5ab516d commit f7482c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def librarydown():
menubar = MenuBar(app,
toplevel=["Thunder", "Add", "About", "Cloud", "Emulators"],
options=[
[ ["Configuration", config], ["System Info (config.txt)", system], ["System Info (all platforms)", sysinfo], ["Game Database", game_collection], ["ThunderStore", store], ["Web Browser", webbrowser], ["Exit Thunder", exit_thunder] ],
[ ["Configuration", config], ["Update Thunder", update_thunder], ["System Info (config.txt)", system], ["System Info (all platforms)", sysinfo], ["Game Database", game_collection], ["ThunderStore", store], ["Web Browser", webbrowser], ["Exit Thunder", exit_thunder] ],
[ ["Add Game...", addgame_all], ["Add Source...", source_add], ["Run Setup...", setup_game], ["Create Desktop Shortcut...", create_short], ["Browse Games on Steam", steambrowser], ["Browse Games on Itch.io", itchbrowser], ["Browse Games on GOG.com", gogbrowser] ],
[ ["Help", manual], ["License", lic], ["Docs (less)", thunder_docs], ["Docs (html)", thunder_doc_html] ],
[ ["ThunderCloud Data Transfer", cloud_cli], ["Steam Chat", thunderclient] ], # This needs some work!
Expand Down

0 comments on commit f7482c1

Please sign in to comment.