Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-01 15:17:42 +08:00
parent 5c28376210
commit dd5c2229b3
22 changed files with 182 additions and 177 deletions

View File

@@ -32,8 +32,7 @@ class _HomePageState extends State<HomePage>
final theme = Theme.of(context);
return Column(
children: [
if (!_homeController.useSideBar &&
context.orientation == Orientation.portrait)
if (!_homeController.useSideBar && context.isPortrait)
customAppBar(theme),
if (_homeController.tabs.length > 1)
Material(