1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 21:48:17 +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 311906c62e
commit 1f105c77f8

View File

@ -117,7 +117,7 @@ void 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);