From 6e6e1034b46ce72690253b5a6220a96d3713fc41 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Sun, 3 Nov 2024 01:36:15 +0800 Subject: [PATCH] - Update timer --- Zframework/clipboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/clipboard.lua b/Zframework/clipboard.lua index 62548b76..3014637c 100644 --- a/Zframework/clipboard.lua +++ b/Zframework/clipboard.lua @@ -78,7 +78,7 @@ if not isStarted then end local freshInterval=1 -local timer=0 +local timer=-5 return { get=function() return getCHN:peek() or '' end, set=function(content) setCHN:push(_sanitize(content)) end,