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