summaryrefslogtreecommitdiff
path: root/pkg/ui/views
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ui/views')
-rw-r--r--pkg/ui/views/game.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ui/views/game.go b/pkg/ui/views/game.go
index 85e879c..c09acee 100644
--- a/pkg/ui/views/game.go
+++ b/pkg/ui/views/game.go
@@ -49,6 +49,7 @@ func NewGameModel(width, height int, currentGameID int, network *multiplayer.Gam
Background(highlightColor).
Foreground(lipgloss.Color("230")).
Padding(0, 1)
+ moveList.DisableQuitKeybindings()
return GameModel{
width: width,