mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 06:51:28 +03: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);
|
var text = translate(mode.menu);
|
||||||
if (mode.key == 'translate') {
|
if (mode.key == 'translate') {
|
||||||
text = '$text beta legacy 2';
|
text = '$text beta';
|
||||||
}
|
}
|
||||||
list.add(MenuEntryRadioOption(text: text, value: mode.key));
|
list.add(MenuEntryRadioOption(text: text, value: mode.key));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user