[Bug]: Missing Window Controls on Sign-In Screen #3474
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3474
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Preflight Checklist
YouTube Music (Application) Version
newest
Checklists
What operating system are you using?
Windows
Operating System Version
windows 11
What CPU architecture are you using?
x64
📄 Description
When clicking the Sign In button, a new window appears, but it does not display the default window controls (close, minimize, maximize). While the window is functional (i.e., it accepts interaction), users cannot easily close or move it without using shortcuts.
🧪 Reproduction Steps
Launch the application.
Click on the Sign In button.
Observe the newly opened window.
💻 System Info
OS: Windows 10
App Version: v3.9.0
Architecture: x64
GitHub Repo:
🧩 Possible Cause
The sign-in window might be created using frame: false in Electron without a custom title bar.
Or CSS might be hiding the title bar controls.
Expected Behavior
✅ Expected Behavior
The sign-in window should display standard OS-level window controls (close, minimize, maximize) so the user can interact with the window easily.
Actual Behavior
❌ Actual Behavior
The window opens without visible window controls, and users are unable to close or minimize it via the GUI. It may be using frame: false in BrowserWindow or missing styled controls in a custom title bar.
Enabled plugins
none
Additional Information
** 📸 Screenshots**
It will be fixed after #3066