Skip to content

Commit

Permalink
Typo in syncthing-gtk-exe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Oct 7, 2015
1 parent 1a9341a commit fec3874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/syncthing-gtk-exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Force dark theme if reqested
config = Configuration()
if config["force_dark_theme"]:
os.environ["GTK_THEME"] = "Adwaita:dark"
os.environ["GTK_THEME"] = "Adwaita:dark"

# Fix various windows-only problems
windows.fix_localized_system_error_messages()
Expand Down

0 comments on commit fec3874

Please sign in to comment.