mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Fixing formatting
This commit is contained in:
parent
7a903d39c0
commit
9731a1a60f
6 changed files with 18 additions and 41 deletions
|
|
@ -86,8 +86,6 @@ class LiveWallpaperSetupPage extends HookConsumerWidget {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: Text('live_wallpaper_setup_title'.tr())),
|
||||
body: Padding(
|
||||
|
|
@ -132,7 +130,6 @@ class LiveWallpaperSetupPage extends HookConsumerWidget {
|
|||
onPressed: onSetWallpaper,
|
||||
),
|
||||
),
|
||||
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -250,5 +247,3 @@ class _RotationControl extends StatelessWidget {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue