From 0c0c42ecbb97496628f51c9df08794d53a28db73 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 14:27:13 -0600 Subject: works again --- structs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 1e2017f..89bbf29 100644 --- a/structs.go +++ b/structs.go @@ -1,12 +1,16 @@ package main import ( + "sync" + "go.wit.com/toolkits/tree" "go.wit.com/dev/andlabs/ui" _ "go.wit.com/dev/andlabs/ui/winmanifest" ) +var initOnce sync.Once // run initPlugin() only once + // It's probably a terrible idea to call this 'me' var me config -- cgit v1.2.3