Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 702fffa

Browse files
author
Snazzie
committed
Update App.tsx
1 parent 1c8fbbe commit 702fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function App() {
4949
// Configure the current window to load Plex
5050
const mainWindow = await WebviewWindow.getByLabel('main');
5151
if (mainWindow) {
52-
await mainWindow.setTitle('Plex on Tauri');
52+
await mainWindow.setTitle('Plex On Tauri');
5353
// Set size and center are handled by the window configuration
5454
}
5555

0 commit comments

Comments
 (0)