rm old buttons
This commit is contained in:
parent
4b82fe2b9b
commit
7db796ae85
|
@ -74,6 +74,7 @@ func (r *repoWindow) repoMenu() *gui.Node {
|
|||
hbox.Vertical()
|
||||
|
||||
box2 := hbox.Box().Vertical()
|
||||
/*
|
||||
box2.NewButton("merge all user to devel", func() {
|
||||
r.Disable()
|
||||
if !r.mergeAllUserToDevel() {
|
||||
|
@ -89,6 +90,7 @@ func (r *repoWindow) repoMenu() *gui.Node {
|
|||
}
|
||||
r.Enable()
|
||||
})
|
||||
*/
|
||||
|
||||
box2.NewButton("merge it all", func() {
|
||||
r.Disable()
|
||||
|
|
Loading…
Reference in New Issue