From 48e97b5ec20598caa66ecfaca5635225e98dccec Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 4 May 2024 12:34:28 -0700 Subject: [PATCH] Update UITaskbarItem.js --- src/UI/UITaskbarItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/UITaskbarItem.js b/src/UI/UITaskbarItem.js index 98e32d0d3..504c2c8ed 100644 --- a/src/UI/UITaskbarItem.js +++ b/src/UI/UITaskbarItem.js @@ -148,7 +148,7 @@ function UITaskbarItem(options){ //------------------------------------------ // Empty Trash //------------------------------------------ - if(options.app === 'trash' && options.name === 'Trash'){ + if(options.app && options.app === 'trash'){ // divider menu_items.push('-');