summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-08 11:43:58 -0500
committerJeff Carr <[email protected]>2023-04-08 11:43:58 -0500
commite582e4cfb0fa0a3a679d031b1f157b274f0d4075 (patch)
tree7a41e27309d2adde0f057dd2f291b724247380bf /main.go
parentda6a4363226f14aa893be02cb4a73cbf34fd77e7 (diff)
andlabs: my logic for new window is still wrong
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 5a2407e..207d971 100644
--- a/main.go
+++ b/main.go
@@ -203,8 +203,8 @@ func Main(f func()) {
if (os.Getenv("DISPLAY") == "") {
InitPlugins([]string{"gocui"})
} else {
- //InitPlugins([]string{"andlabs", "gocui"})
- InitPlugins([]string{"gocui", "andlabs"})
+ InitPlugins([]string{"andlabs", "gocui"})
+ // InitPlugins([]string{"gocui", "andlabs"})
}
for _, aplug := range allPlugins {