mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Reverted dev changes
This commit is contained in:
@@ -81,7 +81,7 @@ namespace ImageResizer.ViewModels
|
||||
}
|
||||
else
|
||||
{
|
||||
// _mainView.Close();
|
||||
_mainView.Close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -179,8 +179,10 @@
|
||||
AutomationProperties.Name="{x:Static p:Resources.Input_ShowAdvanced}"
|
||||
ToolTip="{x:Static p:Resources.Input_ShowAdvanced}"
|
||||
Background="Transparent"
|
||||
Command="{Binding ShowAdvancedCommand}"/>
|
||||
<!-- Visibility="{Binding ShowAdvancedSettings, Converter={StaticResource BoolValueConverter}}" -->
|
||||
Command="{Binding ShowAdvancedCommand}"
|
||||
Visibility="{Binding ShowAdvancedSettings, Converter={StaticResource BoolValueConverter}}"
|
||||
/>
|
||||
|
||||
<Button Grid.Column="1"
|
||||
Style="{StaticResource AccentButtonStyle}"
|
||||
MinWidth="76"
|
||||
|
||||
Reference in New Issue
Block a user