Skip to content

Commit 913c37b

Browse files
committed
Fix star button not working in preset card
1 parent b7805d7 commit 913c37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tabs/presets/presets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ presets.displayPresets = function (fitPresets) {
585585
preset[1],
586586
true,
587587
this.presetsSourcesDialog.isThirdPartyActive,
588+
null,
588589
favoritePresets,
589590
);
590591
presetPanel.load();

0 commit comments

Comments
 (0)