diff --git a/auth/flutter b/auth/flutter index 68415ad1d9..2663184aa7 160000 --- a/auth/flutter +++ b/auth/flutter @@ -1 +1 @@ -Subproject commit 68415ad1d920f6fe5ec284f5c2febf7c4dd5b0b3 +Subproject commit 2663184aa79047d0a33a14a3b607954f8fdd8730 diff --git a/auth/lib/services/window_listener_service.dart b/auth/lib/services/window_listener_service.dart index 73f431116f..bb5d1cbcfa 100644 --- a/auth/lib/services/window_listener_service.dart +++ b/auth/lib/services/window_listener_service.dart @@ -6,7 +6,7 @@ import 'package:shared_preferences/shared_preferences.dart'; import 'package:window_manager/window_manager.dart'; class WindowListenerService { - static const double minWindowHeight = 320.0; + static const double minWindowHeight = 600.0; static const double minWindowWidth = 800.0; static const double maxWindowHeight = 8192.0; static const double maxWindowWidth = 8192.0;