Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(suite-desktop-core): app isHidden check is mac only #16326

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

martykan
Copy link
Member

@martykan martykan commented Jan 13, 2025

Description

I noticed this error message in Electron logs in CI tests. We were checking app.isHidden on window close, this function only works on Mac and it would only be used in logic for Mac, however it was called on all platforms.

I believe this wasn't causing other issues besides the error message itself.

Screenshot 2025-01-13 at 13 39 16

Also removes a check for bridge-test flag which changes the behavior of autostart, this is not relevant anymore and messes with tests.

@martykan martykan added the build-desktop This will trigger the build of desktop apps for your PR label Jan 13, 2025
@martykan martykan force-pushed the fix/electron-app-ishidden-mac-only branch from 0ae396c to 2bd5cb5 Compare January 13, 2025 14:49
@martykan martykan marked this pull request as ready for review January 13, 2025 15:16
@martykan martykan merged commit 347a2ad into develop Jan 14, 2025
26 checks passed
@martykan martykan deleted the fix/electron-app-ishidden-mac-only branch January 14, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-desktop This will trigger the build of desktop apps for your PR
Projects
Status: 🤝 Needs QA
Development

Successfully merging this pull request may close these issues.

2 participants