diff --git a/src/gui/src/UI/UIItem.js b/src/gui/src/UI/UIItem.js index c554adb5..59281cc2 100644 --- a/src/gui/src/UI/UIItem.js +++ b/src/gui/src/UI/UIItem.js @@ -782,7 +782,7 @@ function UIItem(options){ // ------------------------------------------- menu_items.push('-'); } - if(!are_trashed && (window.user.feature_flags?.share !== false)){ + if(!are_trashed){ menu_items.push({ html: 'Share With…', onClick: async function(){ @@ -1086,7 +1086,7 @@ function UIItem(options){ // ------------------------------------------- // Share With… // ------------------------------------------- - if(!is_trashed && !is_trash && (window.user.feature_flags?.share !== false)){ + if(!is_trashed && !is_trash){ menu_items.push({ html: 'Share With…', onClick: async function(){