mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
opt hide top/bottom bar
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1653,7 +1653,7 @@ class _VerticalTabBarState extends State<VerticalTabBar> {
|
||||
tabCenter +
|
||||
paddingTop -
|
||||
viewportWidth / 2.0 +
|
||||
(_mainCtr.useBottomNav && (_mainCtr.showBottomBar?.value ?? true)
|
||||
(_mainCtr.useBottomNav && (_mainCtr.barOffset?.value ?? 0) == 0
|
||||
? 80.0
|
||||
: 0.0),
|
||||
minExtent,
|
||||
|
||||
Reference in New Issue
Block a user