mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Merge pull request #5470 from penpot/palba-add-config-not-show-release
🎉 Add config flag to hide release info
This commit is contained in:
commit
8603085a69
1 changed files with 1 additions and 0 deletions
|
@ -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)))]
|
||||||
|
|
Loading…
Reference in a new issue