This commit is contained in:
Kovid Goyal 2025-02-28 11:59:01 +05:30
parent da5af9d8ee
commit dab4137d53
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -540,6 +540,7 @@ class CollectionsGroupBox(DeviceOptionsGroupBox):
'the collection management. The collections listed ' 'the collection management. The collections listed '
'will not be changed. Names are separated by commas.')) 'will not be changed. Names are separated by commas.'))
self.ignore_collections_names_label.setToolTip(self.ignore_collections_names_edit.toolTip()) self.ignore_collections_names_label.setToolTip(self.ignore_collections_names_edit.toolTip())
self.ignore_collections_names_label.setBuddy(self.ignore_collections_names_edit)
self.ignore_collections_names_edit.setText(device.get_pref('ignore_collections_names')) self.ignore_collections_names_edit.setText(device.get_pref('ignore_collections_names'))
self.options_layout.addWidget(self.use_collections_columns_checkbox, 1, 0, 1, 1) self.options_layout.addWidget(self.use_collections_columns_checkbox, 1, 0, 1, 1)