Remove default terminal item from SUI (#9671)

Looks like we forgot to comment out the Default terminal setting from the UI.

Commented it out here.
This commit is contained in:
Kayla Cinnamon 2021-03-31 11:50:40 -07:00 committed by GitHub
parent c09472347c
commit fd99b012f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,8 @@
</local:SettingContainer>
<!-- Default Terminal -->
<!-- TODO GH#9463 - Complete hookup of Terminal UX to choose defapp. -->
<!--
<local:SettingContainer x:Uid="Globals_DefaultTerminal">
<ComboBox x:Name="DefaultTerminal"
x:Load="False"
@ -77,6 +79,7 @@
SelectedItem="{x:Bind CurrentDefaultTerminal, Mode=TwoWay}"
Style="{StaticResource ComboBoxSettingStyle}" />
</local:SettingContainer>
-->
<!-- Start on User Login -->
<local:SettingContainer x:Uid="Globals_StartOnUserLogin">