Remove change log entry for object detection
This commit is contained in:
parent
2af77e730d
commit
56a852081e
1 changed files with 0 additions and 9 deletions
|
@ -123,15 +123,6 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
|
|||
),
|
||||
);
|
||||
}
|
||||
items.add(
|
||||
ChangeLogEntry(
|
||||
"Object Detection (Beta)",
|
||||
"This release comes packed with another goodie – the ability to "
|
||||
"identify objects within a photo.\nYou can preview this feature "
|
||||
"within the Info section of your files.\n\nPlease note that this "
|
||||
"feature is in beta, and once fine tuned, you will be able to search through your photos based on their contents.",
|
||||
),
|
||||
);
|
||||
|
||||
return Container(
|
||||
padding: const EdgeInsets.only(left: 16),
|
||||
|
|
Loading…
Add table
Reference in a new issue