mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
code_review: PR #1415
- Column for hotkey in `Reset` popup should use `Auto` for width - Add `SelectionBoxItemTemplate` for current selected mode in `Reset` popup Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -64,7 +64,6 @@ namespace SourceGit.ViewModels
|
||||
}
|
||||
|
||||
Preferences.Instance.AutoRemoveInvalidNode();
|
||||
Preferences.Instance.SortNodes(Preferences.Instance.RepositoryNodes);
|
||||
Preferences.Instance.Save();
|
||||
|
||||
Welcome.Instance.Refresh();
|
||||
@@ -154,8 +153,8 @@ namespace SourceGit.ViewModels
|
||||
IsExpanded = true,
|
||||
};
|
||||
collection.Add(added);
|
||||
Preferences.Instance.SortNodes(collection);
|
||||
|
||||
Preferences.Instance.SortNodes(collection);
|
||||
return added;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user