From ceea4a18fc6faa3c60baae6289afaed5c5dbcaba Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 4 Feb 2026 10:43:16 +0800 Subject: [PATCH] refactor: commit message editor (#2096) - When using `SourceGit` as standalone commit message editor, always quits with code `0`. - Use hotkey `ESC` and dialog titlebar button instead of a custom `OK` button to close this window. --- src/Views/CommitMessageEditor.axaml | 10 ++++------ src/Views/CommitMessageEditor.axaml.cs | 9 ++++----- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/Views/CommitMessageEditor.axaml b/src/Views/CommitMessageEditor.axaml index c5345c3c..28a07636 100644 --- a/src/Views/CommitMessageEditor.axaml +++ b/src/Views/CommitMessageEditor.axaml @@ -37,12 +37,10 @@ -