Skip to content

Use dynamic product name for Main window title in Mission Control#3689

Merged
ComputelessComputer merged 2 commits intomainfrom
devin/1770371295-fix-mission-control-title
Feb 6, 2026
Merged

Use dynamic product name for Main window title in Mission Control#3689
ComputelessComputer merged 2 commits intomainfrom
devin/1770371295-fix-mission-control-title

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Feb 6, 2026

Summary

Changes the Main window's native title from the hardcoded "Main" to the productName from the active Tauri config, so macOS Mission Control displays the correct build-variant name (e.g. "Hyprnote", "Hyprnote Dev", "Hyprnote Nightly", "Hyprnote Staging").

  • window_builder now reads app.config().product_name for the Main window
  • Falls back to "Hyprnote" if product_name is not set in the config
  • The internal window label remains "main" — only the user-facing native window title changes
  • Other windows (Onboarding, Control) are unaffected

Review & Testing Checklist for Human

  • Verify in macOS Mission Control (swipe up with four fingers) that the window shows the correct product name instead of "Main"
  • Confirm app.config().product_name returns the expected value at runtime for each build variant (Dev, Nightly, Staging, Stable) — this was not tested locally due to a pre-existing environment issue
  • Verify the fallback to "Hyprnote" is acceptable if product_name is ever None (e.g. if a config omits it)

Notes

Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@netlify
Copy link

netlify bot commented Feb 6, 2026

Deploy Preview for hyprnote-storybook canceled.

Name Link
🔨 Latest commit 60865bb
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/6985bf1d7df2e8000966a1bd

@netlify
Copy link

netlify bot commented Feb 6, 2026

Deploy Preview for hyprnote canceled.

Name Link
🔨 Latest commit 60865bb
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/6985bf1dcbbcd0000841ca6f

Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
@devin-ai-integration devin-ai-integration bot changed the title Change Main window title to "Hyprnote" for Mission Control Use dynamic product name for Main window title in Mission Control Feb 6, 2026
@ComputelessComputer ComputelessComputer merged commit 0204c1e into main Feb 6, 2026
17 of 18 checks passed
@ComputelessComputer ComputelessComputer deleted the devin/1770371295-fix-mission-control-title branch February 6, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant