mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
fix word spelling
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
59987f637c
commit
bc6ed22006
@ -24,13 +24,13 @@ class _InstallPageState extends State<InstallPage> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
Get.put<DesktopTabController>(tabController);
|
||||
const lable = "install";
|
||||
const label = "install";
|
||||
tabController.add(TabInfo(
|
||||
key: lable,
|
||||
label: lable,
|
||||
key: label,
|
||||
label: label,
|
||||
closable: false,
|
||||
page: _InstallPageBody(
|
||||
key: const ValueKey(lable),
|
||||
key: const ValueKey(label),
|
||||
)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user