[gnome] Update extensions for version 48

This commit is contained in:
2025-03-29 17:52:56 -04:00
parent e01589e836
commit a84b79ca08
153 changed files with 3479 additions and 2189 deletions

View File

@ -148,6 +148,11 @@ export function get_supported_effects(_ = () => "") {
name: _("Use base pixel"),
description: _("Whether or not the original pixel is counted for the blur. If it is, the image will be more legible."),
type: "boolean"
},
prefer_closer_pixels: {
name: _("Prefer closer pixels"),
description: _("Whether or not the pixels that are closer to the original pixel will have more weight."),
type: "boolean"
}
}
},