mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
* [PowerRename] Disable AnimatedIcon (check mark) for CheckBox to prevent crashes * [PowerRename] Implement lightweight ExplorerItemsSource/VM
13 lines
255 B
C++
13 lines
255 B
C++
#include "pch.h"
|
|
#include "ExplorerItemsSource.h"
|
|
#if __has_include("ExplorerItemsSource.g.cpp")
|
|
#include "ExplorerItemsSource.g.cpp"
|
|
#endif
|
|
|
|
using namespace winrt;
|
|
using namespace Windows::UI::Xaml;
|
|
|
|
namespace winrt::PowerRenameUI::implementation
|
|
{
|
|
}
|