From d304c50e7f0ca23ebad7f08c0ba2f3d1303ca575 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 21 May 2025 00:16:19 +0800 Subject: [PATCH] enhance: show custom action output in popup Signed-off-by: leo --- src/ViewModels/ExecuteCustomAction.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ViewModels/ExecuteCustomAction.cs b/src/ViewModels/ExecuteCustomAction.cs index 30345d99..72570bf0 100644 --- a/src/ViewModels/ExecuteCustomAction.cs +++ b/src/ViewModels/ExecuteCustomAction.cs @@ -37,6 +37,7 @@ namespace SourceGit.ViewModels ProgressDescription = "Run custom action ..."; var log = _repo.CreateLog(CustomAction.Name); + Use(log); return Task.Run(() => {