Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 30, 2024
1 parent 70db41a commit b1529e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int app_init(app_t *app, app_settings_loader *settings_loader, int argc, char *a
SDL_SetHint(SDL_HINT_WEBOS_ACCESS_POLICY_RIBBON, "false");
}
#else
if (app.settings.syskey_capture) {
if (app->settings.syskey_capture) {
SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
}
#endif
Expand Down

0 comments on commit b1529e8

Please sign in to comment.