mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-30 18:38:27 +00:00
fix(core/unix): HIDPI on macOS 15
[no changelog]
This commit is contained in:
parent
e81617e1c6
commit
0ec2dbd583
@ -117,7 +117,7 @@ bool display_init(display_content_mode_t mode) {
|
||||
#ifdef TREZOR_EMULATOR_RASPI
|
||||
SDL_WINDOW_SHOWN | SDL_WINDOW_FULLSCREEN
|
||||
#else
|
||||
SDL_WINDOW_SHOWN | SDL_WINDOW_ALLOW_HIGHDPI
|
||||
SDL_WINDOW_SHOWN
|
||||
#endif
|
||||
);
|
||||
free(window_title_alloc);
|
||||
|
Loading…
Reference in New Issue
Block a user