From 9eaf92c65ae3bc5701d603630b7310de2a37cc6d Mon Sep 17 00:00:00 2001 From: JSuenram Date: Wed, 9 Feb 2022 15:23:12 +0100 Subject: [PATCH] Change Button Site ClipBoard Dialog.... --- views/default.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/default.handlebars b/views/default.handlebars index df3fcbdf..32ff5be7 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -9079,8 +9079,8 @@ if (xxdialogMode || desktop == null || desktop.State != 3) return; Q('DeskClip').blur(); var x = ''; - if ((features2 & 0x0800) == 0) x += ''; - if ((features2 & 0x1000) == 0) x += ''; + if ((features2 & 0x0800) == 0) x += ''; + if ((features2 & 0x1000) == 0) x += ''; x += '
'; x += ''; x += '
 
';