Skip to content

Commit 5cb715e

Browse files
authored
Merge pull request #44 from KiraCore/fix/remove_testButton
fix: removed test button
2 parents 6e27444 + aefed2b commit 5cb715e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gui/dialog_connect.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,14 @@ func (g *Gui) ShowConnect() {
231231
}
232232

233233
// / test ui block
234-
testButton := widget.NewButton("connect to tested env", func() {
235-
ipEntry.Text = "192.168.1.102"
236-
userEntry.Text = "d"
237-
passwordEntry.Text = "d"
238-
passphraseCheck.SetChecked(false)
234+
// testButton := widget.NewButton("connect to tested env", func() {
235+
// ipEntry.Text = "192.168.1.102"
236+
// userEntry.Text = "d"
237+
// passwordEntry.Text = "d"
238+
// passphraseCheck.SetChecked(false)
239239

240-
submitFunc()
241-
})
240+
// submitFunc()
241+
// })
242242

243243
///
244244

@@ -256,7 +256,7 @@ func (g *Gui) ShowConnect() {
256256
keyEntryBox,
257257
privKeyCheck,
258258
connectButton,
259-
testButton,
259+
// testButton,
260260
),
261261
nil, nil, nil,
262262
container.NewBorder(nil, nil, nil, nil, container.NewVScroll(errorLabel)),

0 commit comments

Comments
 (0)