mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 18:35:00 +00: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:
parent
ffac71b15f
commit
7de5991ecb
6 changed files with 15 additions and 28 deletions
|
@ -681,7 +681,7 @@ namespace SourceGit
|
|||
}
|
||||
|
||||
var name = sb.ToString();
|
||||
if (name.Contains('#'))
|
||||
if (name.Contains('#', StringComparison.Ordinal))
|
||||
{
|
||||
if (!name.Equals("fonts:Inter#Inter", StringComparison.Ordinal) &&
|
||||
!name.Equals("fonts:SourceGit#JetBrains Mono", StringComparison.Ordinal))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue