Add 3x export scale option (#11598)

Adds a 3x entry to the export scale selector in the workspace design
sidebar and in the viewer inspect panel, so @3x assets can be exported
natively without resizing them in external tools.

Signed-off-by: Shreyash Agare <agareshreyash26@gmail.com>
Co-authored-by: Shreyash Agare <agareshreyash26@gmail.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
Shreyash 2026-09-15 21:57:39 +05:30 committed by GitHub
parent 91ecfefa31
commit b9e233f497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@
{:value "1" :label "1x"}
{:value "1.5" :label "1.5x"}
{:value "2" :label "2x"}
{:value "3" :label "3x"}
{:value "4" :label "4x"}
{:value "6" :label "6x"}]

View File

@ -193,6 +193,7 @@
{:value "1" :label "1x"}
{:value "1.5" :label "1.5x"}
{:value "2" :label "2x"}
{:value "3" :label "3x"}
{:value "4" :label "4x"}
{:value "6" :label "6x"}]