🐛 Fix import tokens dialog default option (#8051)

This was intended to be changed on 13fcf3a9bb. However only the menu
order changed, not the default option.

Signed-off-by: Dalai Felinto <dalai@blender.org>
Co-authored-by: Dalai Felinto <dalai@blender.org>
This commit is contained in:
Dalai Felinto
2026-01-19 11:13:55 +01:00
committed by GitHub
parent 84f1ff092d
commit 813d5d8e69

View File

@@ -273,4 +273,4 @@
{:label (tr "workspace.tokens.import-menu-folder-option") :value :folder}]
:on-click handle-import-action
:text-render render-button-text
:default :zip}]]]))
:default :file}]]]))