mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 14:15:00 +00:00
enhance: disable CONTINUE
button while it is running (#1046)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
35ee4a47db
commit
d4bcc60113
2 changed files with 14 additions and 1 deletions
|
@ -397,7 +397,8 @@
|
|||
Width="0" Height="0"
|
||||
Background="Transparent"
|
||||
Command="{Binding CommitWithAutoStage}"
|
||||
HotKey="{OnPlatform Ctrl+Shift+Enter, macOS=⌘+Shift+Enter}"/>
|
||||
HotKey="{OnPlatform Ctrl+Shift+Enter, macOS=⌘+Shift+Enter}"
|
||||
IsEnabled="{Binding !IsCommitting}"/>
|
||||
|
||||
<Button Grid.Column="8"
|
||||
Classes="flat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue