1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-01 11:28:20 +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 #ifdef TREZOR_EMULATOR_RASPI
SDL_WINDOW_SHOWN | SDL_WINDOW_FULLSCREEN SDL_WINDOW_SHOWN | SDL_WINDOW_FULLSCREEN
#else #else
SDL_WINDOW_SHOWN | SDL_WINDOW_ALLOW_HIGHDPI SDL_WINDOW_SHOWN
#endif #endif
); );
free(window_title_alloc); free(window_title_alloc);