[PR #6381] [MERGED] fix: Add tooltip to system tray icon #12096

Closed
opened 2026-04-12 23:49:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6381
Author: @eust-w
Created: 8/15/2024
Status: Merged
Merged: 8/15/2024
Merged by: @dhiltgen

Base: mainHead: main


📝 Commits (1)

  • a84c05c fix: Add tooltip to system tray icon

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 app/tray/wintray/tray.go (+7 -1)
📝 app/tray/wintray/w32api.go (+1 -0)

📄 Description

  • Updated setIcon method to include tooltip text for the system tray icon.
  • Added NIF_TIP flag and set the tooltip text using UTF16 encoding.

Resolves: #6372


🔄 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/6381 **Author:** [@eust-w](https://github.com/eust-w) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`a84c05c`](https://github.com/ollama/ollama/commit/a84c05cf9140c2eb288a6c7b56bb1c592bbaacc7) fix: Add tooltip to system tray icon ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/tray/wintray/tray.go` (+7 -1) 📝 `app/tray/wintray/w32api.go` (+1 -0) </details> ### 📄 Description - Updated setIcon method to include tooltip text for the system tray icon. - Added NIF_TIP flag and set the tooltip text using UTF16 encoding. Resolves: #6372 --- <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-04-12 23:49:29 -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#12096