mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[PowerRename] Handle many items w/o crashing and OOM (#26761)
* [PowerRename] Disable AnimatedIcon (check mark) for CheckBox to prevent crashes * [PowerRename] Implement lightweight ExplorerItemsSource/VM
This commit is contained in:
@@ -32,8 +32,6 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
CComPtr<IPowerRenameItem> m_itemAdded;
|
||||
CComPtr<IPowerRenameItem> m_itemUpdated;
|
||||
CComPtr<IPowerRenameItem> m_itemRenamed;
|
||||
CComPtr<IPowerRenameItem> m_itemError;
|
||||
bool m_regExStarted = false;
|
||||
|
||||
Reference in New Issue
Block a user