Merge pull request #2635 from fufesou/fix_adjust_window
fix show "adjust window"
This commit is contained in:
commit
98e8c19b80
@ -171,6 +171,8 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
// No need to use future builder here.
|
||||||
|
_updateScreen();
|
||||||
return Align(
|
return Align(
|
||||||
alignment: Alignment.topCenter,
|
alignment: Alignment.topCenter,
|
||||||
child: Obx(() => show.value
|
child: Obx(() => show.value
|
||||||
|
Loading…
Reference in New Issue
Block a user