Skip to content

Commit eb881ee

Browse files
Update imageFeed.js
Setting added to only show images from 'SaveImage' nodes. This prevents 'PreviewImage' node outputs from appearing in the feed.
1 parent 5219cfd commit eb881ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/js/imageFeed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ Recommended: "enabled (max performance)" uness images are erroneously deduplicat
385385

386386
const saveNodeOnly = app.ui.settings.addSetting({
387387
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.`,
388+
name: "🐍 Image Feed Display 'SaveImage' Only",
389+
tooltip: `Only show images from 'SaveImage' nodes. This prevents 'PreviewImage' node outputs from appearing in the feed.`,
390390
defaultValue: false,
391391
type: "boolean",
392392
});

0 commit comments

Comments
 (0)