diff options
author | bobzel <zzzman@gmail.com> | 2024-08-26 20:19:27 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-26 20:19:27 -0400 |
commit | 66daf540d581d49af5d5901963dbb95cbc2643a0 (patch) | |
tree | 29e3d55a80faf0cb903a8c3b62d8b6a95e7fdbdb | |
parent | 3f31aaa6b667e7b5f31b2f2b4e13a0879348602c (diff) |
from last
-rw-r--r-- | src/client/views/search/FaceRecognitionHandler.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/FaceRecognitionHandler.tsx b/src/client/views/search/FaceRecognitionHandler.tsx index 7c8043219..e35f860ab 100644 --- a/src/client/views/search/FaceRecognitionHandler.tsx +++ b/src/client/views/search/FaceRecognitionHandler.tsx @@ -183,7 +183,6 @@ export class FaceRecognitionHandler { _layout_fitWidth: true, _layout_autoHeight: true, _face_showImages: true, - backgroundColor: '#555555', _width: 400, _height: 100, }); |