From c0fb470719ef1235ea38bb003cc6996bbbd4f3f4 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Thu, 20 Jun 2024 12:55:49 -0400 Subject: [PATCH] tweak: update gui --- src/UI/UIWindowShare.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/UIWindowShare.js b/src/UI/UIWindowShare.js index 220f396a..85221ca5 100644 --- a/src/UI/UIWindowShare.js +++ b/src/UI/UIWindowShare.js @@ -218,8 +218,9 @@ async function UIWindowShare(items, recipient){ recipients:[ recipient_username ], - paths: [ + shares: [ { + $: 'fs-share', path: items[0].path, access: access_level, }