aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/main.dart')
-rw-r--r--lib/main.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.dart b/lib/main.dart
index ec5a5d0..78795f4 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -6,7 +6,7 @@ void main() async {
WidgetsFlutterBinding.ensureInitialized();
// MediaKit.ensureInitialized(); //replace with lottie
runApp(DevicePreview(
- enabled: false, // Chnage to false to disable device preview
+ enabled: false,
tools: const [
...DevicePreview.defaultTools,
],