2024-01-01 18:32:15 +01:00

22 lines
485 B
Plaintext

{
menuDef
{
name "popup_ready"
rect 0 0 640 480 0 0
style 1
border 1
focuscolor 1 1 1 1
popup
onOpen
{
exec "xpartyready 1";
}
onESC
{
play mouse_click;
exec "xpartyready 0";
close popup_ready;
}
}
}