10000
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.
2 parents e287ced + 2684619 commit db66e1aCopy full SHA for db66e1a
qt/settingsdialog.py
@@ -1707,7 +1707,7 @@ def updateExcludeItems(self):
1707
def formatExcludeItem(self, item):
1708
if self.mode == 'ssh_encfs' and tools.patternHasNotEncryptableWildcard(item.text(0)):
1709
item.setIcon(0, self.icon.INVALID_EXCLUDE)
1710
- item.setBackground(0, QBrush(Qt.lightGray))
+ item.setBackground(0, QPalette().brush(QPalette.Active, QPalette.Link))
1711
elif item.text(0) in self.config.DEFAULT_EXCLUDE:
1712
item.setIcon(0, self.icon.DEFAULT_EXCLUDE)
1713
item.setBackground(0, QBrush())
0 commit comments