mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: server tab if landscape & ignore stderr
This commit is contained in:
@@ -78,7 +78,7 @@ class MyApp extends StatelessWidget {
|
||||
home: Stores.setting.fullScreen.fetch()
|
||||
? OrientationBuilder(
|
||||
builder: (_, ori) {
|
||||
return HomePage(landscape: ori == Orientation.landscape);
|
||||
return HomePage(fullScreen: ori == Orientation.landscape);
|
||||
},
|
||||
)
|
||||
: const HomePage(),
|
||||
|
||||
Reference in New Issue
Block a user