From a9d30fa27ef12fd22a364aed8074facf1b89e45e Mon Sep 17 00:00:00 2001 From: Iris <87090296+Iris-TheRainbow@users.noreply.github.com> Date: Tue, 7 May 2024 17:12:26 -0500 Subject: [PATCH] accurate comments --- REVHubInterface/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REVHubInterface/__main__.py b/REVHubInterface/__main__.py index 6d8cbb2..50e8a6b 100644 --- a/REVHubInterface/__main__.py +++ b/REVHubInterface/__main__.py @@ -1420,7 +1420,7 @@ def initwindow(): mp.freeze_support() xroot = tk.Tk() - # Try to load nicer-looking interface on Linux if possible. On Windows/macOS, the default Tk themes look reasonably-native. + #attempt to import the theme, fallack to default if fails try: import sv_ttk print('Loaded Tk theme: Sun Valley')