List fixes
Double-click to toggle profile components. Restore double-click to toggle resources. Fix clicking on checkbox to select account. Double-click to select account. Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
f99b04bd16
commit
d7dadabfbf
4 changed files with 11 additions and 4 deletions
|
@ -152,6 +152,7 @@ void ExternalResourcesPage::retranslate()
|
|||
void ExternalResourcesPage::itemActivated(const QModelIndex&)
|
||||
{
|
||||
auto selection = m_filterModel->mapSelectionToSource(ui->treeView->selectionModel()->selection());
|
||||
m_model->setResourceEnabled(selection.indexes(), EnableAction::TOGGLE);
|
||||
}
|
||||
|
||||
void ExternalResourcesPage::filterTextChanged(const QString& newContents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue