Fixed script to show as popup item

master
Harley Lebeau 2018-11-20 12:00:05 -07:00 committed by GitHub
parent c3d51ef9d0
commit 2b125d585c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,9 @@ sub persistThroughStartUpFolder {
dbutton_action($dialog, "Create");
dialog_show($dialog);
}
popup beacon_bottom {
item "Windows StartUp Folder Persistence" {
persistThroughStartUpFolder($1);
}
}