We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5801e5f commit 24fc861Copy full SHA for 24fc861
src/routes/(app)/config/EditActions.svelte
@@ -53,7 +53,7 @@
53
);
54
const settingChanges = $overlay.settings.size;
55
const chordChanges = $overlay.chords.size;
56
- const needsCommit = settingChanges > 0 && layoutChanges > 0;
+ const needsCommit = settingChanges > 0 || layoutChanges > 0;
57
const progressMax = layoutChanges + settingChanges + chordChanges;
58
59
let progressCurrent = 0;
0 commit comments