mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 09:11:29 +03:00
add type to all Getx put/get/delete/isRegistered (#8550)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -92,7 +92,7 @@ class _FileManagerPageState extends State<FileManagerPage>
|
||||
_ffi.dialogManager
|
||||
.showLoading(translate('Connecting...'), onCancel: closeConnection);
|
||||
});
|
||||
Get.put(_ffi, tag: 'ft_${widget.id}');
|
||||
Get.put<FFI>(_ffi, tag: 'ft_${widget.id}');
|
||||
if (!isLinux) {
|
||||
WakelockPlus.enable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user