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