From 2b125d585c7cfbf5065e068688f0f8183549bd53 Mon Sep 17 00:00:00 2001 From: Harley Lebeau Date: Tue, 20 Nov 2018 12:00:05 -0700 Subject: [PATCH] Fixed script to show as popup item --- Persistence/StartUpFolderPersist.cna | 6 ++++++ 1 file changed, 6 insertions(+) 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); + } +}