aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tunnelspage.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tunnelspage.go')
-rw-r--r--ui/tunnelspage.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/tunnelspage.go b/ui/tunnelspage.go
index dc86d776..a4bbcd79 100644
--- a/ui/tunnelspage.go
+++ b/ui/tunnelspage.go
@@ -444,8 +444,6 @@ func (tp *TunnelsPage) onDelete() {
}
func (tp *TunnelsPage) onImport() {
- tp.Form().Show() // Since the tray calls us sometimes, always make our parent visible.
-
dlg := walk.FileDialog{
Filter: "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*",
Title: "Import tunnel(s) from file...",