Fixed script to show as popup item
parent
c3d51ef9d0
commit
2b125d585c
|
@ -24,3 +24,9 @@ sub persistThroughStartUpFolder {
|
||||||
dbutton_action($dialog, "Create");
|
dbutton_action($dialog, "Create");
|
||||||
dialog_show($dialog);
|
dialog_show($dialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
popup beacon_bottom {
|
||||||
|
item "Windows StartUp Folder Persistence" {
|
||||||
|
persistThroughStartUpFolder($1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue