Skip to content

Commit

Permalink
accurate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed May 7, 2024
1 parent 041e264 commit a9d30fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REVHubInterface/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a9d30fa

Please sign in to comment.