mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* Fixed issue with app logging off after closing * Change version to reflect minor change
This commit is contained in:
parent
73024edba9
commit
18c22d2a6c
9 changed files with 113 additions and 20 deletions
|
|
@ -67,7 +67,7 @@ class LoginForm extends HookConsumerWidget {
|
|||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(5)),
|
||||
enableFeedback: true,
|
||||
title: const Text(
|
||||
"Save login",
|
||||
"Stay logged in",
|
||||
style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold, color: Colors.grey),
|
||||
),
|
||||
value: isSaveLoginInfo.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue