mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
Remove 'Desktop' suffix from desktop app title (#6177)
## Summary Removes "Desktop" suffix from the desktop app window title. ## Changes - **What**: Changes window title from "ComfyUI Desktop" to "ComfyUI" ## Review Focus Fixes title regression introduced during desktop UI separation.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>ComfyUI Desktop</title>
|
||||
<title>ComfyUI</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user