shitty tweaks.
This commit is contained in:
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user