From 622205ae513a99506face600a3a07438645293f9 Mon Sep 17 00:00:00 2001 From: jelveh Date: Wed, 13 Nov 2024 13:49:17 -0800 Subject: [PATCH] tweak: enable sharing --- src/gui/src/UI/UIItem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(){