commenting out settings button in FZ Editor (#19829)
* commenting out settnigs due to z-index issue between how FZ Editor works and a user clicking settings * Update MainWindow.xaml
This commit is contained in:
Родитель
efa09182d3
Коммит
ae65e55c14
|
@ -332,6 +332,11 @@
|
|||
ItemsSource="{Binding MonitorInfoForViewModel}" />
|
||||
</Grid>
|
||||
</ScrollViewer>
|
||||
<!--
|
||||
// Commented because of issue https://github.com/microsoft/PowerToys/issues/19828
|
||||
// Settings would launch under the overlay for FZ Editor
|
||||
//Lots of permutations to validate, Win10/11. Settings not launched, already launched, ...
|
||||
|
||||
<Button Click="SettingsBtn_Click"
|
||||
x:Name="settingsBtn"
|
||||
Margin="8"
|
||||
|
@ -347,6 +352,7 @@
|
|||
AutomationProperties.Name="{x:Static props:Resources.OpenSettings}" />
|
||||
</Button.Content>
|
||||
</Button>
|
||||
-->
|
||||
</Grid>
|
||||
|
||||
<ui:ContentDialog x:Name="EditLayoutDialog"
|
||||
|
@ -709,4 +715,4 @@
|
|||
</StackPanel>
|
||||
</ui:ContentDialog>
|
||||
</Grid>
|
||||
</Window>
|
||||
</Window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче