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

@@ -279,5 +279,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Peer exit", "keluar rekan"),
("Failed to turn off", "Gagal mematikan"),
("Turned off", "Matikan"),
("In privacy mode", "Dalam mode privasi"),
("Out privacy mode", "Keluar dari mode privasi"),
].iter().cloned().collect();
}