Skip to content

Commit

Permalink
Code format!
Browse files Browse the repository at this point in the history
  • Loading branch information
miniksa committed Apr 21, 2021
1 parent 2474b83 commit e5397e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/cascadia/TerminalSettingsEditor/Launch.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
</local:SettingContainer>

<!-- Default Terminal -->
<local:SettingContainer x:Uid="Globals_DefaultTerminal"
x:Name="DefaultTerminalDropdown"
x:Load="false"
>
<local:SettingContainer x:Name="DefaultTerminalDropdown"
x:Uid="Globals_DefaultTerminal"
x:Load="false">
<ComboBox x:Name="DefaultTerminal"
ItemsSource="{x:Bind State.Settings.DefaultTerminals, Mode=OneWay}"
SelectedItem="{x:Bind State.Settings.CurrentDefaultTerminal, Mode=TwoWay}"
Expand Down
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ void CascadiaSettings::RefreshDefaultTerminals()
_currentDefaultTerminal = Model::DefaultTerminal::Current();
}

// Helper to do the version check
// Helper to do the version check
static bool _isOnBuildWithDefTerm() noexcept
{
OSVERSIONINFOEXW osver{ 0 };
Expand Down

1 comment on commit e5397e2

@github-actions

This comment was marked as duplicate.

Please sign in to comment.