Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: b-editor/beutl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: minaLogi/beutl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 8 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 7, 2024

  1. fixed typo

    minaLogi committed Jan 7, 2024
    Copy the full SHA
    fa90266 View commit details

Commits on Jan 19, 2024

  1. merge

    minaLogi committed Jan 19, 2024
    Copy the full SHA
    9051366 View commit details

Commits on Mar 18, 2024

  1. Copy the full SHA
    a231a53 View commit details

Commits on Apr 13, 2024

  1. Copy the full SHA
    ff5a3c5 View commit details

Commits on Apr 29, 2024

  1. Copy the full SHA
    ba22df2 View commit details

Commits on Jun 19, 2024

  1. Copy the full SHA
    081e5d5 View commit details

Commits on Jun 23, 2024

  1. Copy the full SHA
    7ecdffd View commit details

Commits on Jul 15, 2024

  1. Copy the full SHA
    7ac0e62 View commit details
Showing with 1 addition and 3 deletions.
  1. +1 −3 src/Beutl/Pages/SettingsPages/DecoderPriorityPage.axaml
4 changes: 1 addition & 3 deletions src/Beutl/Pages/SettingsPages/DecoderPriorityPage.axaml
Original file line number Diff line number Diff line change
@@ -28,9 +28,7 @@
VerticalAlignment="Stretch"
Orientation="Vertical"
Spacing="16">
<TextBlock Margin="0,16,0,0" Text="{x:Static lang:SettingsPage.DecoderPriority_Description}">
デコーダーの優先順位を変更できます。上のデコーダーが優先されます。
</TextBlock>
<TextBlock Margin="0,16,0,0" Text="{x:Static lang:SettingsPage.DecoderPriority_Description}"/>

<ListBox x:Name="listBox" ItemsSource="{Binding Items}">
<ListBox.ItemTemplate>