diff --git a/views/default3.handlebars b/views/default3.handlebars index 1f785824..399288a1 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -11317,12 +11317,14 @@ function showDeskClip() { if (xxdialogMode || desktop == null || desktop.State != 3) return; Q('DeskClip').blur(); - var x = ''; - if ((features2 & 0x0800) == 0) x += ''; - if ((features2 & 0x1000) == 0) x += ''; - x += '
'; - x += ''; - x += '
 
'; + var x = '
'; + if ((features2 & 0x0800) == 0) x += '
'; + if ((features2 & 0x1000) == 0) x += '
'; + x += '
'; + x += '
'; + x += '
'; + x += '
'; + x += '
' xxdialogTag = 'clipboard'; setModalContent('xxAddAgent', "Remote Clipboard", x); showModal('xxAddAgentModal', 'idx_dlgOkButton');