You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the key combos rely on an export "windows" from the ./multiWindow.js electron helper file. For some reason, that export doesn't work when running on windows, and the key combos don't work.
To Reproduce
Steps to reproduce the behavior:
Go to any windows machine
Open a client
Try to make it a kiosk. It won't work.
Expected behavior
That kiosk + refresh will work.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I found a solve using the BrowserWindow api, allowing us to keep track of all open windows, and then filter down the ones that aren't the server.
We can then use that list for the key combos.
Pr coming shortly.
The text was updated successfully, but these errors were encountered:
Describe the bug
All of the key combos rely on an export "windows" from the ./multiWindow.js electron helper file. For some reason, that export doesn't work when running on windows, and the key combos don't work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
That kiosk + refresh will work.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I found a solve using the BrowserWindow api, allowing us to keep track of all open windows, and then filter down the ones that aren't the server.
We can then use that list for the key combos.
Pr coming shortly.
The text was updated successfully, but these errors were encountered: