mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02: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}" />
|
ItemsSource="{Binding MonitorInfoForViewModel}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
</ScrollViewer>
|
</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"
|
<Button Click="SettingsBtn_Click"
|
||||||
x:Name="settingsBtn"
|
x:Name="settingsBtn"
|
||||||
Margin="8"
|
Margin="8"
|
||||||
@@ -347,6 +352,7 @@
|
|||||||
AutomationProperties.Name="{x:Static props:Resources.OpenSettings}" />
|
AutomationProperties.Name="{x:Static props:Resources.OpenSettings}" />
|
||||||
</Button.Content>
|
</Button.Content>
|
||||||
</Button>
|
</Button>
|
||||||
|
-->
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<ui:ContentDialog x:Name="EditLayoutDialog"
|
<ui:ContentDialog x:Name="EditLayoutDialog"
|
||||||
@@ -709,4 +715,4 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ui:ContentDialog>
|
</ui:ContentDialog>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
Reference in New Issue
Block a user