-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Steam Overlay not working #63
Comments
You need to init the steam api in the main thread, I tried to init in the renderer thread and it produced your result |
Am already doing that: https://github.com/beyond-all-reason/bar-lobby/blob/master/src/main/index.ts#L147 |
It looks correct, did you installed your game on steam? https://help.steampowered.com/en/faqs/view/4b8b-9697-2338-40ec |
Have fixed this now, it seems I was calling |
I'm revisiting my app again after not working on it for a while, and noticed the steam overlay doesn't work, when it used to. I've tried updating to latest and even calling
electronEnableSteamOverlay()
but nothing happens at all when I press shift+tab. Any ideas?Windows 10, Electron 22.1.0
The text was updated successfully, but these errors were encountered: