Skip to content

Commit

Permalink
修改 Windows 目录示例
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ao4 authored Apr 16, 2024
1 parent 4f52065 commit ac76a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/screenshot-keybinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac76a2b

Please sign in to comment.