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:
Clint Rutkas 2022-08-11 15:44:35 -07:00 коммит произвёл GitHub
Родитель efa09182d3
Коммит ae65e55c14
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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>