diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 14:35:56 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 14:35:56 -0600 | 
| commit | 67f3ae32171783cc878b7e4ae4eb009f316dbfb2 (patch) | |
| tree | ed2e7eb81d3f326da4201d17f3cc852fec00e8db | |
| parent | f52728ac678bc00c0982c4f53e09e7292d36b9f7 (diff) | |
start debugging this again
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | mainWindow.go | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/mainWindow.go b/mainWindow.go index 764ec03..dc6a036 100644 --- a/mainWindow.go +++ b/mainWindow.go @@ -19,7 +19,6 @@ func MakeCloudflareWindow(n *gui.Node) *gadgets.BasicWindow {  	// CFdialog.mainWindow.Vertical()  	CFdialog.mainWindow.Make()  	CFdialog.mainWindow.Draw() -	return CFdialog.mainWindow  	// this tab has the master cloudflare API credentials  	makeConfigWindow(CFdialog.mainWindow.Box())  | 
