Fix info disable button (#18043)

This commit is contained in:
sonninnos 2025-06-22 14:19:47 +03:00 committed by GitHub
parent 12599993c0
commit 0575ee99c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static int action_info_default(unsigned type, const char *label)
#endif
if (settings->bools.menu_disable_info_button)
goto error;
return 0;
menu_displaylist_info_init(&info);