mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[PowerRename] Enable enumItems by default properly (#28191)
This commit is contained in:
@@ -503,7 +503,6 @@
|
||||
<ToggleButton
|
||||
x:Name="toggleButton_enumItems"
|
||||
x:Uid="ToggleButton_EnumItems"
|
||||
IsChecked="True"
|
||||
Height="32"
|
||||
Content=""
|
||||
FontFamily="{ThemeResource SymbolThemeFontFamily}" />
|
||||
|
||||
@@ -282,6 +282,7 @@ namespace winrt::PowerRenameUI::implementation
|
||||
}
|
||||
|
||||
button_rename().IsEnabled(false);
|
||||
toggleButton_enumItems().IsChecked(true);
|
||||
InitAutoComplete();
|
||||
SearchReplaceChanged();
|
||||
InvalidateItemListViewState();
|
||||
|
||||
Reference in New Issue
Block a user