mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 02:01:27 +03:00
@@ -218,6 +218,7 @@ class _UserInterfaceState extends State<_UserInterface>
|
||||
onChanged: (key) async {
|
||||
await bind.mainSetLocalOption(key: "lang", value: key);
|
||||
Get.forceAppUpdate();
|
||||
bind.mainChangeLanguage(lang: key);
|
||||
},
|
||||
).marginOnly(left: _kContentHMargin);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user