rm old buttons

This commit is contained in:
Jeff Carr 2024-11-13 17:56:17 -06:00
parent 4b82fe2b9b
commit 7db796ae85
1 changed files with 2 additions and 0 deletions

View File

@ -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()