mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 06:11:27 +03:00
pan/scale draft
This commit is contained in:
@@ -16,13 +16,15 @@ class App extends StatelessWidget {
|
||||
value: FFI.imageModel,
|
||||
child: ChangeNotifierProvider.value(
|
||||
value: FFI.cursorModel,
|
||||
child: MaterialApp(
|
||||
title: 'RustDesk',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.blue,
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
),
|
||||
home: HomePage(title: 'RustDesk'),
|
||||
))));
|
||||
child: ChangeNotifierProvider.value(
|
||||
value: FFI.canvasModel,
|
||||
child: MaterialApp(
|
||||
title: 'RustDesk',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.blue,
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
),
|
||||
home: HomePage(title: 'RustDesk'),
|
||||
)))));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user