We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f1d47 commit 0cd3c4dCopy full SHA for 0cd3c4d
src/tabs/presets/TitlePanel/PresetTitlePanel.css
@@ -33,6 +33,7 @@
33
background-origin: content-box;
34
background-repeat: no-repeat;
35
position: absolute;
36
+ cursor: pointer;
37
right: -6px;
38
top: -5px;
39
}
src/tabs/presets/presets.js
@@ -585,6 +585,7 @@ presets.displayPresets = function (fitPresets) {
585
preset[1],
586
true,
587
this.presetsSourcesDialog.isThirdPartyActive,
588
+ null,
589
favoritePresets,
590
);
591
presetPanel.load();
0 commit comments