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:
parent
311906c62e
commit
1f105c77f8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user