mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-16 04:56:18 +00:00
translate mode, trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user