Skip to content

Commit 90d0ba4

Browse files
zisoftTurboGit
authored andcommitted
add missing widget for capture time
1 parent a1fb473 commit 90d0ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/filtering.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ static _filter_t filters[]
228228
{ DT_COLLECTION_PROP_DAY, _date_widget_init, _date_update },
229229
{ DT_COLLECTION_PROP_CHANGE_TIMESTAMP, _date_widget_init, _date_update },
230230
{ DT_COLLECTION_PROP_EXPORT_TIMESTAMP, _date_widget_init, _date_update },
231+
{ DT_COLLECTION_PROP_TIME, _date_widget_init, _date_update },
231232
{ DT_COLLECTION_PROP_IMPORT_TIMESTAMP, _date_widget_init, _date_update },
232233
{ DT_COLLECTION_PROP_PRINT_TIMESTAMP, _date_widget_init, _date_update },
233234
{ DT_COLLECTION_PROP_ASPECT_RATIO, _ratio_widget_init, _ratio_update },

0 commit comments

Comments
 (0)