Button to copy invite code to clipboard in the server options dialog

This commit is contained in:
Sergii Pylypenko
2021-12-12 02:12:12 +02:00
parent 0eaaeecaad
commit f21bf64f8f
4 changed files with 11 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ enum ClientListWidgets {
WID_CL_SERVER_NAME_EDIT, ///< Edit button for server name.
WID_CL_SERVER_VISIBILITY, ///< Server visibility.
WID_CL_SERVER_INVITE_CODE, ///< Invite code for this server.
WID_CL_SERVER_COPY_TO_CLIPBOARD, ///< Copy invite code to clipboard.
WID_CL_SERVER_CONNECTION_TYPE, ///< The type of connection the Game Coordinator detected for this server.
WID_CL_CLIENT_NAME, ///< Client name.
WID_CL_CLIENT_NAME_EDIT, ///< Edit button for client name.