mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Tweak log
This commit is contained in:
parent
2aa792370b
commit
6848f86f38
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,7 @@ class _AccountSettingsState extends State<AccountSettingsWidget> {
|
|||
}
|
||||
|
||||
Future<void> _onEnableFaceRecognitionAppChanged(bool value) async {
|
||||
_log.info("[_onEnableFaceRecognitionAppChanged] New value: $value");
|
||||
final oldValue = _isEnableFaceRecognitionApp;
|
||||
setState(() {
|
||||
_isEnableFaceRecognitionApp = value;
|
||||
|
|
Loading…
Reference in a new issue