We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d01082 commit 88156e0Copy full SHA for 88156e0
lib/main.dart
@@ -17,11 +17,6 @@ import 'utils/utils.dart';
17
void main() async {
18
WidgetsFlutterBinding.ensureInitialized();
19
20
- await SystemChrome.setPreferredOrientations([
21
- DeviceOrientation.portraitUp,
22
- DeviceOrientation.portraitDown,
23
- ]);
24
-
25
if (Utils.isDesktop) {
26
await windowManager.ensureInitialized();
27
WindowOptions windowOptions = WindowOptions(
0 commit comments