[feat] add audio capture button in control bar

This commit is contained in:
dijunkun
2024-08-15 11:25:19 +08:00
parent 65927c2091
commit 4704d494ec
4 changed files with 27 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ static std::vector<std::string> exit_fullscreen = {u8" 退出全屏",
" Exit fullscreen"};
static std::vector<std::string> control_mouse = {u8" 控制", " Control"};
static std::vector<std::string> release_mouse = {u8" 释放", " Release"};
static std::vector<std::string> audio_capture = {u8" 声音", " Audio"};
static std::vector<std::string> mute = {u8" 静音", " Mute"};
static std::vector<std::string> settings = {u8"设置", "Settings"};
static std::vector<std::string> language = {u8"语言:", "Language:"};
static std::vector<std::string> language_zh = {u8"中文", "Chinese"};