mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user