1
0
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:
Martin Milata 2024-12-02 19:06:27 +01:00
parent e81617e1c6
commit 0ec2dbd583

View File

@ -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);