8000
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.
1 parent 9310acc commit 2684619Copy full SHA for 2684619
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