Skip to content

Commit 115718d

Browse files
committed
[SharedCache] Don't show DSCTriage when not in shared cache view
1 parent 822a9dd commit 115718d

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
@@ -994,7 +994,7 @@ int DSCTriageViewType::getPriority(BinaryViewRef data, const QString& filename)
994994
{
995995
return 100;
996996
}
997-
return 1;
997+
return 0;
998998
}
999999

10001000

0 commit comments

Comments
 (0)