mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
[PowerRename]Save data from the last run outside of the settings file (#28861)
* [PowerRename] Sync settings before saving last window size * address review comments
This commit is contained in:
@@ -153,6 +153,8 @@ namespace winrt::PowerRenameUI::implementation
|
||||
UINT m_selectedCount = 0;
|
||||
UINT m_renamingCount = 0;
|
||||
winrt::event<Microsoft::UI::Xaml::Data::PropertyChangedEventHandler> m_propertyChanged;
|
||||
std::optional<std::pair<int,int>> m_updatedWindowSize;
|
||||
|
||||
|
||||
bool m_flagValidationInProgress = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user