From ac76a2b1752c0299fd46308f9a7a77c526dbe704 Mon Sep 17 00:00:00 2001 From: x1ao4 <112841659+x1ao4@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20Windows=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/screenshot-keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/screenshot-keybinds.lua b/en/screenshot-keybinds.lua index d6d6885..1e55d9c 100755 --- a/en/screenshot-keybinds.lua +++ b/en/screenshot-keybinds.lua @@ -60,7 +60,7 @@ mp.add_key_binding("s", "screenshot", function() return end - local path = "/Users/User/Downloads/" -- Set the screenshot save path, for example, /Users/Username/Downloads/ or D:\Users\Username\Downloads\ + local path = "/Users/User/Downloads/" -- Set the screenshot save path, for example, /Users/Username/Downloads/ or D:\\Users\\Username\\Downloads\\ local time_pos = mp.get_property_number("time-pos") local seconds = math.floor(time_pos % 60) local minutes = math.floor((time_pos / 60) % 60)