mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Update UITaskbarItem.js
This commit is contained in:
parent
a86106c0c1
commit
48e97b5ec2
@ -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('-');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user