mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
ux: move --signoff
toggle from repository configuration window to commit options bar
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
0192e941f0
commit
49ee9c8e33
13 changed files with 32 additions and 26 deletions
|
@ -60,12 +60,6 @@ namespace SourceGit.ViewModels
|
|||
set => SetProperty(ref _httpProxy, value);
|
||||
}
|
||||
|
||||
public bool EnableSignOffForCommit
|
||||
{
|
||||
get => _repo.Settings.EnableSignOffForCommit;
|
||||
set => _repo.Settings.EnableSignOffForCommit = value;
|
||||
}
|
||||
|
||||
public bool EnablePruneOnFetch
|
||||
{
|
||||
get => _repo.Settings.EnablePruneOnFetch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue