mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
style<Preference>: new style of preference setting dialog
This commit is contained in:
parent
e32df7d461
commit
e5996d0fe1
5 changed files with 314 additions and 310 deletions
|
@ -45,7 +45,7 @@ namespace SourceGit.Commands {
|
|||
private Timer timer = null;
|
||||
|
||||
public static void Start(string repo) {
|
||||
if (!Models.Preference.Instance.General.AutoFetchRemotes) return;
|
||||
if (!Models.Preference.Instance.Git.AutoFetchRemotes) return;
|
||||
|
||||
// 只自动更新加入管理列表中的仓库(子模块等不自动更新)
|
||||
var exists = Models.Preference.Instance.FindRepository(repo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue