From f7482c1efc29f3c63cc11cfe2b66e85e2c37dde9 Mon Sep 17 00:00:00 2001 From: hadcl4 Date: Sun, 13 Mar 2022 12:34:52 -0500 Subject: [PATCH] Even more work on updater, for #2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f7cf132..6448c74 100755 --- a/main.py +++ b/main.py @@ -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!