Skip to content

Commit

Permalink
Add dgi_ to Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Sep 8, 2024
1 parent bcd2b56 commit 919739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vspreview/plugins/builtins/frame_props.ppy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _frame_props_categories = {
# Property prefixes for table categorization
_frame_props_prefix_lut = {
('VFM', 'VDecimate', 'TFM', 'TDecimate', 'wobbly_'): 'Fields',
('PlaneStats', 'psm', 'AutoBalance', 'SceneGrain'): 'Metrics',
('PlaneStats', 'psm', 'dgi_', 'AutoBalance', 'SceneGrain'): 'Metrics',
}

_frame_props_excluded_keys = {
Expand Down

0 comments on commit 919739a

Please sign in to comment.