From 536f2258675f988e724220060c8b138c01f45e20 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 2 Dec 2024 10:38:40 +0800 Subject: [PATCH] feature: allow using `Amend` while rebasing (#773) --- src/Views/WorkingCopy.axaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Views/WorkingCopy.axaml b/src/Views/WorkingCopy.axaml index e77547e7..594a72b9 100644 --- a/src/Views/WorkingCopy.axaml +++ b/src/Views/WorkingCopy.axaml @@ -239,7 +239,6 @@ Margin="8,0,0,0" HorizontalAlignment="Left" IsChecked="{Binding UseAmend, Mode=TwoWay}" - IsVisible="{Binding InProgressContext, Converter={x:Static ObjectConverters.IsNull}}" Content="{DynamicResource Text.WorkingCopy.Amend}"/>