SpacingBat3 / WebCord

A Discord and SpaceBar :electron:-based client implemented without Discord API.
MIT License
1.92k stars 95 forks source link

I can't maximize the window #545

Open gardellafacu opened 4 months ago

gardellafacu commented 4 months ago

Acknowledgements

Operating System / Platform

🪟️ Windows

Operating system architecture

x64 (64-bit Intel/AMD)

Electron version

30.0.3

Application version

4.9.2

Bug description

The minimize and close symbols appear but the maximize symbol is disabled.

Additional context

Notice: This issue was automatically generated by WebCord.

Varauk commented 4 months ago

Hi, open settings and disable "Allow for translucent window background". Enabling that blocks maximizing (as well as any resizing) for me too.

SpacingBat3 commented 4 months ago

Huh, that's weird bug to occur for sure and it might be somehow platform dependant. I'm pretty sure this has never happened for me with Linux for the example (I'm yet to verify this when I have access to my PC)...

I'll check if I can fix this via Electron API, maybe ensure I didn't mess anything somehow or try to enforce values of resizeable and maximizable in some way...