mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Merge pull request #5462 from penpot/palba-dont-show-release-info
🐛 Fix a new user shouldn't see the "What's new" popup
This commit is contained in:
commit
ee62016c34
1 changed files with 2 additions and 1 deletions
|
@ -273,7 +273,8 @@
|
||||||
(merge {:viewed-tutorial? false
|
(merge {:viewed-tutorial? false
|
||||||
:viewed-walkthrough? false
|
:viewed-walkthrough? false
|
||||||
:nudge {:big 10 :small 1}
|
:nudge {:big 10 :small 1}
|
||||||
:v2-info-shown true})
|
:v2-info-shown true
|
||||||
|
:release-notes-viewed (:main cf/version)})
|
||||||
(db/tjson))
|
(db/tjson))
|
||||||
|
|
||||||
password (or (:password params) "!")
|
password (or (:password params) "!")
|
||||||
|
|
Loading…
Add table
Reference in a new issue