Removed unneded "Additional information" button.
This commit is contained in:
parent
9e6cdfc869
commit
5ef54d943e
@ -489,10 +489,6 @@ func (m *MainWindow) showHide() {
|
||||
}
|
||||
}
|
||||
|
||||
func (m *MainWindow) showServerInformation() {
|
||||
fmt.Println("Showing server's information...")
|
||||
}
|
||||
|
||||
func (m *MainWindow) showShortServerInformation() {
|
||||
fmt.Println("Server selection changed, updating server's information widget...")
|
||||
m.server_info_store.Clear()
|
||||
|
@ -250,11 +250,6 @@ func (m *MainWindow) initializeSidebar() {
|
||||
|
||||
si_scroll.Add(m.server_info)
|
||||
|
||||
// Button to view additional server info.
|
||||
additional_srv_info_button := gtk.NewButtonWithLabel("Additional information")
|
||||
additional_srv_info_button.Clicked(m.showServerInformation)
|
||||
si_vbox.PackStart(additional_srv_info_button, false, true, 5)
|
||||
|
||||
// Quick connect frame.
|
||||
quick_connect_frame := gtk.NewFrame("Quick connect")
|
||||
sidebar_vbox.PackStart(quick_connect_frame, false, true, 5)
|
||||
|
Reference in New Issue
Block a user