diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 07:57:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 07:57:34 -0600 |
| commit | 8fabd77b4938faf2572e5b92658f71f934ef5652 (patch) | |
| tree | 86cbd8d90c0779bc09f6a1a797da7d2fc6f9c339 | |
| parent | aa18544794ceec20f74386afd037a5e594479cc9 (diff) | |
attempt again to shortcutv0.22.46
| -rw-r--r-- | windowRepos.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/windowRepos.go b/windowRepos.go index 2f61980..c938ab8 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -177,7 +177,9 @@ func (r *repoWindow) repoMenu() *gui.Node { if !r.mergeAllDevelToMain() { return } - doCheckoutMaster() + if !me.forge.CheckoutMaster() { + return + } me.forge.ConfigSave() os.Exit(0) |
