Skip to content

display-header-bar.vala: Fix of 2x Enter exiting the game

Adam Múdry requested to merge adokitkat/gnome-games:fixing_#161 into master

A game is possible to open within app or by opening the binary file.

Opening a game from file and pressing Enter 2 times exits the game.

Changed _back.can_focus=!is_fullscreen (returned True) to false

https://gitlab.gnome.org/GNOME/gnome-games/issues/161

Merge request reports