summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/menus/main_menu.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chessh/ssh/client/menus/main_menu.ex')
-rw-r--r--lib/chessh/ssh/client/menus/main_menu.ex5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/chessh/ssh/client/menus/main_menu.ex b/lib/chessh/ssh/client/menus/main_menu.ex
index 7b83b76..43f916e 100644
--- a/lib/chessh/ssh/client/menus/main_menu.ex
+++ b/lib/chessh/ssh/client/menus/main_menu.ex
@@ -34,7 +34,10 @@ defmodule Chessh.SSH.Client.MainMenu do
%Chessh.SSH.Client.SelectPaginatePoller.State{player_session: player_session}}},
{"Previous Games",
{Chessh.SSH.Client.SelectPreviousGame,
- %Chessh.SSH.Client.SelectPaginatePoller.State{player_session: player_session}}}
+ %Chessh.SSH.Client.SelectPaginatePoller.State{player_session: player_session}}},
+ {"TrongleChat",
+ {Chessh.SSH.Client.TrongleChat,
+ %Chessh.SSH.Client.TrongleChat.State{player_session: player_session}}}
]
end