Skip to content

Commit 5643b5a

Browse files
committed
[SharedCache] Don't show DSCTriage when not in shared cache view
1 parent d59a147 commit 5643b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/sharedcache/ui/dsctriage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ int DSCTriageViewType::getPriority(BinaryViewRef data, const QString& filename)
996996
{
997997
return 100;
998998
}
999-
return 1;
999+
return 0;
10001000
}
10011001

10021002

0 commit comments

Comments
 (0)