default is to check for updates
svn: r2790
This commit is contained in:
parent
135ff7c730
commit
bdcaaa5c35
|
@ -22,7 +22,7 @@
|
|||
;; in the future it is possible to change it to default to a different
|
||||
;; default.
|
||||
(define (enabled? v)
|
||||
(case v [(yes) #t] [(no) #f] [else #f])) ; default to #f
|
||||
(case v [(yes) #t] [(no) #f] [else #t])) ; default to #t
|
||||
|
||||
(define (check-for-updates)
|
||||
;; wait until the definitions are instantiated, return top-level window
|
||||
|
|
Loading…
Reference in New Issue
Block a user