We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd6fb8 commit a0173ceCopy full SHA for a0173ce
1 file changed
czkawka_gui/src/notebook_info.rs
@@ -216,7 +216,7 @@ pub static NOTEBOOKS_INFO: [NotebookObject; CZKAWKA_GTK_TOOL_NUMBER] = [
216
tree_view_name: "tree_view_similar_images_finder",
217
},
218
NotebookObject {
219
- name: "Similar Images",
+ name: "Similar Videos",
220
notebook_type: NotebookMainEnum::SimilarVideos,
221
available_modes: &[
222
PopoverTypes::All,
@@ -244,6 +244,7 @@ pub static NOTEBOOKS_INFO: [NotebookObject; CZKAWKA_GTK_TOOL_NUMBER] = [
244
Type::STRING, // Codec
245
Type::STRING, // Bitrate
246
Type::STRING, // Dimensions
247
+ Type::STRING, // Duration
248
Type::STRING, // Name
249
Type::STRING, // Path
250
Type::STRING, // Modification
0 commit comments