mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Update UIWindowShare.js
This commit is contained in:
parent
ccf6ebef4d
commit
b2f2c557e9
@ -4,6 +4,8 @@ async function UIWindowShare(items){
|
|||||||
return new Promise(async (resolve) => {
|
return new Promise(async (resolve) => {
|
||||||
let h = '';
|
let h = '';
|
||||||
h += `<div style="padding: 30px 40px 20px; border-bottom: 1px solid #ced7e1;">`;
|
h += `<div style="padding: 30px 40px 20px; border-bottom: 1px solid #ced7e1;">`;
|
||||||
|
h += `<div class="qr-code-window-close-btn generic-close-window-button"> × </div>`;
|
||||||
|
|
||||||
// success
|
// success
|
||||||
h += `<div class="window-give-item-access-success">`;
|
h += `<div class="window-give-item-access-success">`;
|
||||||
h += `<span class="hide-sharing-success-alert">✕</span>`
|
h += `<span class="hide-sharing-success-alert">✕</span>`
|
||||||
@ -43,9 +45,9 @@ async function UIWindowShare(items){
|
|||||||
uid: null,
|
uid: null,
|
||||||
is_dir: false,
|
is_dir: false,
|
||||||
body_content: h,
|
body_content: h,
|
||||||
has_head: true,
|
has_head: false,
|
||||||
selectable_body: false,
|
selectable_body: false,
|
||||||
draggable_body: false,
|
draggable_body: true,
|
||||||
allow_context_menu: false,
|
allow_context_menu: false,
|
||||||
is_resizable: false,
|
is_resizable: false,
|
||||||
is_droppable: false,
|
is_droppable: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user