From ef56aea74f290bebaadbedea675fb047d128882a Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 26 Jun 2024 16:28:31 +0800 Subject: [PATCH] fix https://github.com/rustdesk/rustdesk/issues/8479 --- src/ui/index.tis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/index.tis b/src/ui/index.tis index 71def3fe7..8954ad8d8 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -1208,7 +1208,7 @@ function self.onMouse(evt) { } function check_if_overlay() { - if (handler.get_option('allow-remote-config-modification') == 'Y') { + if (!handler.get_option('allow-remote-config-modification') == 'Y') { var time0 = getTime(); handler.check_mouse_time(); self.timer(120ms, function() {