-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Desktop: Add fullscreen window mode #3625
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
base: master
Are you sure you want to change the base?
Conversation
f08bd09 to
f7fa350
Compare
|
@Keavon I don't think you need to do a full review. Desktop changes are really strait forward. But a opinion on macro changes would be helpful. |
f7fa350 to
af6a308
Compare
31e4c43 to
d7cef15
Compare
d7cef15 to
c6e70d9
Compare
a84bb6a to
a0c8e8d
Compare
| // TODO: Fix this failing to load the correct data (and throwing a console warning) because it's occurring before the value has been supplied during initialization from the JS `initAfterFrontendReady` | ||
| let keyboard_platform = GLOBAL_PLATFORM.get().copied().unwrap_or_default().as_keyboard_platform_layout(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@timon-schelling this is a regression. Here's the error mentioned in this TODO comment I added for you:
This will work when the warning is gone and you can use the web version on Mac and see Window > Fullscreen has the Mac-specific shortcut instead of F11 which it currently shows.

f11 is not usable on mac for this, browsers use cmd + strg + f.
now opted for cmd + strg + f on mac.
Closes #3510