[feat] add file transfer button to control bar

This commit is contained in:
dijunkun
2025-12-18 01:54:03 +08:00
parent 875fea88ee
commit e7bdf42694
8 changed files with 49 additions and 20 deletions

View File

@@ -185,6 +185,8 @@ static std::vector<std::string> enable_daemon = {
static std::vector<std::string> takes_effect_after_restart = {
reinterpret_cast<const char*>(u8"重启后生效"),
"Takes effect after restart"};
static std::vector<std::string> select_file = {
reinterpret_cast<const char*>(u8"选择文件"), "Select File"};
#if _WIN32
static std::vector<std::string> minimize_to_tray = {
reinterpret_cast<const char*>(u8"退出时最小化到系统托盘:"),