File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
using System . IO ;
4
- using System . Runtime . Intrinsics . Arm ;
5
4
using System . Text ;
6
5
using System . Text . Json ;
7
6
using System . Threading ;
@@ -1820,7 +1819,6 @@ public ContextMenu CreateContextMenuForRemoteBranch(Models.Branch branch)
1820
1819
DataContext = new BranchCompare ( _fullpath , branch , _currentBranch )
1821
1820
} ) ;
1822
1821
} ;
1823
- menu . Items . Add ( new MenuItem ( ) { Header = "-" } ) ;
1824
1822
menu . Items . Add ( compareWithHead ) ;
1825
1823
1826
1824
if ( _localChangesCount > 0 )
@@ -1841,6 +1839,7 @@ public ContextMenu CreateContextMenuForRemoteBranch(Models.Branch branch)
1841
1839
} ;
1842
1840
menu . Items . Add ( compareWithWorktree ) ;
1843
1841
}
1842
+ menu . Items . Add ( new MenuItem ( ) { Header = "-" } ) ;
1844
1843
1845
1844
var delete = new MenuItem ( ) ;
1846
1845
delete . Header = new Views . NameHighlightedTextBlock ( "BranchCM.Delete" , name ) ;
You can’t perform that action at this time.
0 commit comments