mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 01:41:28 +03:00
new pan draft
This commit is contained in:
@@ -55,6 +55,9 @@ class _HomePageState extends State<HomePage> {
|
||||
}
|
||||
|
||||
Widget getSearchBarUI() {
|
||||
if (!FFI.ffiModel.initialized) {
|
||||
return Container();
|
||||
}
|
||||
return Padding(
|
||||
padding: const EdgeInsets.only(top: 8.0),
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user