mirror of https://github.com/penpot/penpot.git
✨ Persist ruler layout flag to local storage
This commit is contained in:
parent
e13d1743da
commit
25372c3edf
|
|
@ -84,6 +84,7 @@ A non exhaustive list of changes:
|
|||
- Add configuration for air gapped installations with Docker
|
||||
- Support system color scheme [Github #5030](https://github.com/penpot/penpot/issues/5030)
|
||||
- Update google fonts (at 2025/05/19)
|
||||
- Persist ruler visibility across files and reloads [GitHub #4586](https://github.com/penpot/penpot/issues/4586)
|
||||
|
||||
### :bug: Bugs fixed
|
||||
- Fix getCurrentUser for plugins api [Taiga #11057](https://tree.taiga.io/project/penpot/issue/11057)
|
||||
|
|
|
|||
|
|
@ -141,7 +141,8 @@
|
|||
storage object. It should be namespace qualified."
|
||||
{:hide-palettes :app.main.data.workspace/hide-palettes?
|
||||
:colorpalette :app.main.data.workspace/show-colorpalette?
|
||||
:textpalette :app.main.data.workspace/show-textpalette?})
|
||||
:textpalette :app.main.data.workspace/show-textpalette?
|
||||
:rulers :app.main.data.workspace/show-rulers?})
|
||||
|
||||
(defn load-layout-flags
|
||||
"Given the current layout flags, and updates them with the data
|
||||
|
|
|
|||
Loading…
Reference in New Issue