[Bug]: Missing Window Controls on Sign-In Screen #3474

Open
opened 2025-06-10 20:38:56 +00:00 by krishnasoni10 · 1 comment
krishnasoni10 commented 2025-06-10 20:38:56 +00:00 (Migrated from github.com)

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I understand that th-ch/youtube-music has NO affiliation with Google or YouTube

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**

Image

Image

### Preflight Checklist - [x] I use the latest version of YouTube Music (Application). - [x] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one I want to file, without success. - [x] I understand that **th-ch/youtube-music has NO affiliation with Google or YouTube** ### YouTube Music (Application) Version newest ### Checklists - [x] I use the portable version of the YouTube Music Application. - [x] I can reproduce this issue in the [official version of (WEB) YTM](https://music.youtube.com). ### 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:[]( https://github.com/th-ch/youtube-music) ### ****🧩 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** ![Image](https://github.com/user-attachments/assets/f67c0cb8-8fee-4089-af0d-fa84b53e6c9f) ![Image](https://github.com/user-attachments/assets/258fd7a7-4e3c-458a-a9ed-f6698795000d)
JellyBrick commented 2025-07-13 05:59:18 +00:00 (Migrated from github.com)

It will be fixed after #3066

It will be fixed after #3066
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#3474
No description provided.