Skip to content

Commit

Permalink
Don't show reset button on zip information section
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Nov 26, 2021
1 parent 983d555 commit fea30df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p4/PackagerOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
<div in:fade|local>
<Section
accent="#FF661A"
reset={() => {
reset={$options.target === 'zip' ? null : () => {
resetOptions([
'app'
])
Expand Down

0 comments on commit fea30df

Please sign in to comment.