Skip to content

Extensions Port Guide: Add MAX_THUMBNAIL_SCALE

Javad Rahmatzadeh requested to merge jrahmatzadeh/gjs-guide:port-45 into main

Extensions cannot modify MAX_THUMBNAIL_SCALE on GNOME Shell 45 since that's a const.

ThumbnailsBox._maxThumbnailScale is a new property that allows extensions to modify the value.

Merge request reports