mod: 不跟随屏幕旋转

This commit is contained in:
guozhigq
2023-08-05 19:06:11 +08:00
parent 7636eb1753
commit 362ca0405f
2 changed files with 11 additions and 6 deletions

View File

@ -144,7 +144,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
() => ComBtn(
icon: Icon(
_.isFullScreen.value
? FontAwesomeIcons.a
? FontAwesomeIcons.compress
: FontAwesomeIcons.expand,
size: 15,
color: Colors.white,