privacy_mode_win_magnifier: ui prompt if succeeded

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-05-31 12:01:22 +08:00
parent 4502f94e99
commit da392f7f72
14 changed files with 30 additions and 0 deletions

View File

@@ -280,5 +280,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Peer exit", "被控端退出"),
("Failed to turn off", "退出失敗"),
("Turned off", "退出"),
("In privacy mode", "開啟隱私模式"),
("Out privacy mode", "退出隱私模式"),
].iter().cloned().collect();
}