shitty tweaks.

This commit is contained in:
Bryce Covert
2019-12-15 15:16:46 -08:00
parent ec1f9e1b2f
commit 297214896f
6 changed files with 14 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
false)))
(defn use-pref []
(swap! has-purchased? #(or % (check-purchase-pref)))
(swap! has-purchased? #(or % (check-purchase-pref) (= "desktop" (System/getProperty "platform"))))
(println "preferences purchased:" @has-purchased?))
(defn start-purchase []