mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
translate mode, trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
e24f72040e
commit
16dd1f3c79
@ -1517,7 +1517,7 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
}
|
||||
var text = translate(mode.menu);
|
||||
if (mode.key == 'translate') {
|
||||
text = '$text beta legacy 2';
|
||||
text = '$text beta';
|
||||
}
|
||||
list.add(MenuEntryRadioOption(text: text, value: mode.key));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user