diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-18 21:41:13 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-18 21:41:13 +0200 |
commit | bea3c27a1069b6934cfa84794563918f60578cd2 (patch) | |
tree | b74c1263e10ad599b929b00357d5d4d73cdc5d54 | |
parent | 813c19dd4f4fae1c6b4ed166edf2044516508dc6 (diff) |
Disable quit keybindings for list on Game page
-rw-r--r-- | pkg/ui/views/game.go | 1 |
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, |