Skip to content

Commit a3b0996

Browse files
authored
Merge pull request #8744 from gitbutlerapp/kv-branch-3
Correct confetti setting
2 parents 2840c71 + 7f18eb7 commit a3b0996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/desktop/src/components/v3/IntegrateUpstreamModal.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import ScrollableContainer from '$components/ConfigurableScrollableContainer.svelte';
33
import { writeClipboard } from '$lib/backend/clipboard';
44
import BaseBranchService from '$lib/baseBranch/baseBranchService.svelte';
5+
import { confettiEnabled } from '$lib/config/uiFeatureFlags';
56
import { DefaultForgeFactory } from '$lib/forge/forgeFactory.svelte';
67
import { type Stack } from '$lib/stacks/stack';
78
import { TestId } from '$lib/testing/testIds';
@@ -350,7 +351,7 @@
350351
style="pop"
351352
disabled={isDivergedResolved || !branchStatuses}
352353
loading={integratingUpstream === 'loading' || !branchStatuses}
353-
confetti
354+
confetti={$confettiEnabled}
354355
onclick={async () => {
355356
// Confetti doesn't work with type="submit"
356357
await integrate();

0 commit comments

Comments
 (0)