mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 05:31:28 +03:00
add type to all Getx put/get/delete/isRegistered (#8550)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ class DesktopTabPage extends StatefulWidget {
|
||||
static void onAddSetting(
|
||||
{SettingsTabKey initialPage = SettingsTabKey.general}) {
|
||||
try {
|
||||
DesktopTabController tabController = Get.find();
|
||||
DesktopTabController tabController = Get.find<DesktopTabController>();
|
||||
tabController.add(TabInfo(
|
||||
key: kTabLabelSettingPage,
|
||||
label: kTabLabelSettingPage,
|
||||
|
||||
Reference in New Issue
Block a user