[BUG] iTunes Inspired theme makes account button unclickable
vladaad opened this issue · 2 comments
Describe the bug
The account/preferences button is not clickable when the iTunes inspired (MacOS Style) theme is selected while Application Frame is disabled.
To Reproduce
- Open the app with default settings
- Go to preferences
- Select the iTunes Inspired (MacOS Style) theme
- Attempt to click the account button
Expected behavior
The account button is clickable (or the theme forces the application frame to be MacOS-style)
Screenshots
Video
Environment Information
- Windows 10 Pro 21H1
- Apple Music Electron 3.0.0
Additional context
Might be an oversight with the MacOS-inspired theme not also enabling the correct application frame.
Have you followed the troubleshooting guide and checked for any outstanding/pinned issues that can help?
Troubleshooting guide can be found here.
Yes
Log File
main.log
width: calc(100% - 90px);
must be changed to width: calc(100% - var(--windowsChromeWidth));
width: calc(100% - 90px);
must be changed towidth: calc(100% - var(--windowsChromeWidth));
Please make a PR of this