diff --git a/desktop/src-common/advent/steam.clj b/desktop/src-common/advent/steam.clj index a2987498..9d27999a 100644 --- a/desktop/src-common/advent/steam.clj +++ b/desktop/src-common/advent/steam.clj @@ -22,7 +22,8 @@ (defn init [] (steamify - (SteamAPI/init))) + (if (not (SteamAPI/init)) + (def has-steam? false)))) (defn update [] (steamify