diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 11:43:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 11:43:58 -0500 |
| commit | e582e4cfb0fa0a3a679d031b1f157b274f0d4075 (patch) | |
| tree | 7a41e27309d2adde0f057dd2f291b724247380bf /main.go | |
| parent | da6a4363226f14aa893be02cb4a73cbf34fd77e7 (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.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
