diff --git a/Persistence/StartUpFolderPersist.cna b/Persistence/StartUpFolderPersist.cna index 92349a4..c2022d5 100644 --- a/Persistence/StartUpFolderPersist.cna +++ b/Persistence/StartUpFolderPersist.cna @@ -24,3 +24,9 @@ sub persistThroughStartUpFolder { dbutton_action($dialog, "Create"); dialog_show($dialog); } + +popup beacon_bottom { + item "Windows StartUp Folder Persistence" { + persistThroughStartUpFolder($1); + } +}