Correct login screen on macOS/Linux
This commit is contained in:
parent
11816f03a4
commit
bfa1c6515d
|
|
@ -319,7 +319,7 @@ class _LoginState extends State<LoginView> {
|
|||
return SafeArea(
|
||||
child: ScrollableListView(
|
||||
children: <Widget>[
|
||||
if (isDesktopOS()) AppTitleBar(),
|
||||
if (isWindows()) AppTitleBar(),
|
||||
Container(
|
||||
width: double.infinity,
|
||||
height: 16,
|
||||
|
|
|
|||
Loading…
Reference in New Issue