disabling source control thumbnails in material editor

This commit is contained in:
mnaumov
2021-04-16 18:59:21 -07:00
parent c5c7332642
commit b3cc14dd5c
@@ -73,7 +73,7 @@ namespace MaterialEditor
m_filterModel->SetFilter(CreateFilter());
m_ui->m_assetBrowserTreeViewWidget->setModel(m_filterModel);
m_ui->m_assetBrowserTreeViewWidget->SetShowSourceControlIcons(true);
m_ui->m_assetBrowserTreeViewWidget->SetShowSourceControlIcons(false);
m_ui->m_assetBrowserTreeViewWidget->setSelectionMode(QAbstractItemView::SelectionMode::ExtendedSelection);
// Maintains the tree expansion state between runs