Correct login screen on macOS/Linux

This commit is contained in:
Hillel Coren 2022-08-03 18:36:26 +03:00
parent 11816f03a4
commit bfa1c6515d
1 changed files with 1 additions and 1 deletions

View File

@ -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,