feat: support toggling export padding

This commit is contained in:
dwelle
2022-11-03 17:31:41 +01:00
parent 8d5d68e589
commit 0314e81396
8 changed files with 41 additions and 10 deletions

View File

@@ -144,6 +144,7 @@ const LayerUI = ({
exportBackground: appState.exportBackground,
name: appState.name,
viewBackgroundColor: appState.viewBackgroundColor,
exportPadding: appState.exportPadding,
},
)
.catch(muteFSAbortError)