0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

🎉 Add config flag to hide release info

This commit is contained in:
Pablo Alba 2024-12-13 11:10:18 +01:00
parent ee62016c34
commit 0945dd2920

View file

@ -67,6 +67,7 @@
show-release-modal? show-release-modal?
(and (contains? cf/flags :onboarding) (and (contains? cf/flags :onboarding)
(not (contains? cf/flags :hide-release-modal))
(:onboarding-viewed props) (:onboarding-viewed props)
(not= (:release-notes-viewed props) (:main cf/version)) (not= (:release-notes-viewed props) (:main cf/version))
(not= "0.0" (:main cf/version)))] (not= "0.0" (:main cf/version)))]