Merge branch 'main' into multipart
This commit is contained in:
commit
6300984bd1
2 changed files with 2 additions and 1 deletions
|
@ -325,6 +325,7 @@ class _HomeWidgetState extends State<HomeWidget> {
|
|||
constraints: const BoxConstraints(maxWidth: 430),
|
||||
child: Drawer(
|
||||
width: double.infinity,
|
||||
shape: const RoundedRectangleBorder(),
|
||||
child: _settingsPage,
|
||||
),
|
||||
)
|
||||
|
|
|
@ -12,7 +12,7 @@ description: ente photos application
|
|||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
|
||||
version: 0.8.80+600
|
||||
version: 0.8.81+601
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue