menu: Fix broken comparison that would always override user set menu resolution

This commit is contained in:
mintsuki 2021-04-06 23:57:28 +02:00
parent bfc613bcbb
commit 4c5ff180d7
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ bool gterm_init(int *_rows, int *_cols, uint32_t *_colours, int _margin, int _ma
int req_width = 0, req_height = 0, req_bpp = 0;
char *menu_resolution = config_get_value(NULL, 0, "MENU_RESOLUTION");
if (menu_resolution == NULL)
if (menu_resolution != NULL)
parse_resolution(&req_width, &req_height, &req_bpp, menu_resolution);
// We force bpp to 32