Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/resources/skins/Winamp Modern/scripts/video.m
Normal file
15
Src/resources/skins/Winamp Modern/scripts/video.m
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include <lib/std.mi>
|
||||
#include "attribs.m"
|
||||
|
||||
Global Button btnVideoReattach;
|
||||
|
||||
System.onScriptLoaded() {
|
||||
initAttribs();
|
||||
BtnVideoReattach = getScriptGroup().findObject("button.video.reattach");
|
||||
}
|
||||
|
||||
BtnVideoReattach.onLeftClick() {
|
||||
Container c = getContainer("main");
|
||||
if (c.getLayout("shade").isVisible()) c.switchToLayout("normal");
|
||||
video_detach_attrib.setData("0");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue