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 5219cfd commit eb881eeCopy full SHA for eb881ee
web/js/imageFeed.js
@@ -385,8 +385,8 @@ Recommended: "enabled (max performance)" uness images are erroneously deduplicat
385
386
const saveNodeOnly = app.ui.settings.addSetting({
387
id: "pysssss.ImageFeed.SaveNodeOnly",
388
- name: "🐍 Image Feed Display 'SaveImage' Nodes Only",
389
- tooltip: `Only show images from SaveImage nodes. This prevents 'PreviewImage' node outputs from appearing in the feed.`,
+ name: "🐍 Image Feed Display 'SaveImage' Only",
+ tooltip: `Only show images from 'SaveImage' nodes. This prevents 'PreviewImage' node outputs from appearing in the feed.`,
390
defaultValue: false,
391
type: "boolean",
392
});
0 commit comments