Skip to content

Commit 7460880

Browse files
nedtwiggclaude
andcommitted
Hide native title text on macOS overlay title bar.
The native "MouseTerm" title text was rendering on top of our custom AppBar content. Setting hiddenTitle: true hides the native text while keeping the title visible in the dock and app switcher. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 56603fd commit 7460880

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

standalone/src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{
1515
"title": "MouseTerm",
1616
"titleBarStyle": "Overlay",
17+
"hiddenTitle": true,
1718
"width": 1200,
1819
"height": 800,
1920
"minWidth": 800,

0 commit comments

Comments
 (0)