Skip to content

Commit

Permalink
Update dark-box.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
maoiscat authored Oct 21, 2020
1 parent 4338f10 commit a92c008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dark-box.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- by maoiscat
-- email:valarmor@163.com
-- https://github.com/maoiscat/mpv-darkbox/
-- https://github.com/maoiscat/mpv-dark-box/

local assdraw = require 'mp.assdraw'
local msg = require 'mp.msg'
Expand Down Expand Up @@ -2407,4 +2407,4 @@ mp.register_script_message("osc-visibility", visibility_mode)
mp.add_key_binding(nil, "visibility", function() visibility_mode("cycle") end)

set_virt_mouse_area(0, 0, 0, 0, "input")
set_virt_mouse_area(0, 0, 0, 0, "window-controls")
set_virt_mouse_area(0, 0, 0, 0, "window-controls")

0 comments on commit a92c008

Please sign in to comment.