[PR #2552] [MERGED] Fix duplicate menus on update and exit on signals #73223

Closed
opened 2026-05-05 04:57:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2552
Author: @dhiltgen
Created: 2/16/2024
Status: Merged
Merged: 2/17/2024
Merged by: @dhiltgen

Base: mainHead: dup_update_menus


📝 Commits (2)

  • df6dc4f Fix duplicate menus on update and exit on signals
  • a497235 Fix view logs menu

📊 Changes

7 files changed (+53 additions, -37 deletions)

View changed files

📝 app/lifecycle/lifecycle.go (+9 -1)
📝 app/lifecycle/logging_windows.go (+1 -1)
📝 app/lifecycle/server.go (+7 -3)
📝 app/lifecycle/updater.go (+5 -5)
📝 app/tray/wintray/menus.go (+21 -21)
📝 llm/generate/gen_windows.ps1 (+5 -1)
📝 scripts/build_windows.ps1 (+5 -5)

📄 Description

Also fixes a few fit-and-finish items for better developer experience

Fixes #2521
Fixes #2522


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/2552 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/17/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `dup_update_menus` --- ### 📝 Commits (2) - [`df6dc4f`](https://github.com/ollama/ollama/commit/df6dc4fd96ba485a028bb1a59e63500bb7357247) Fix duplicate menus on update and exit on signals - [`a497235`](https://github.com/ollama/ollama/commit/a497235a55906fb5f132e8689bf298e3c09d79f3) Fix view logs menu ### 📊 Changes **7 files changed** (+53 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `app/lifecycle/lifecycle.go` (+9 -1) 📝 `app/lifecycle/logging_windows.go` (+1 -1) 📝 `app/lifecycle/server.go` (+7 -3) 📝 `app/lifecycle/updater.go` (+5 -5) 📝 `app/tray/wintray/menus.go` (+21 -21) 📝 `llm/generate/gen_windows.ps1` (+5 -1) 📝 `scripts/build_windows.ps1` (+5 -5) </details> ### 📄 Description Also fixes a few fit-and-finish items for better developer experience Fixes #2521 Fixes #2522 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 04:57:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#73223