Merge pull request #35919 from sokumon/desktop-issues

This commit is contained in:
Soham Kulkarni 2026-01-13 20:09:48 +05:30 committed by GitHub
commit cba1150676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -780,8 +780,7 @@ class DesktopIcon {
}
render_folder_thumbnail() {
let condition = this.icon_type == "App" && this.child_icons.length > 0;
if (this.icon_type == "Folder" || condition) {
if (this.icon_type == "Folder") {
if (!this.folder_wrapper) this.folder_wrapper = this.icon.find(".icon-container");
this.folder_wrapper.html("");
this.folder_grid = new DesktopIconGrid({