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 11using System ;
22using System . Collections . Generic ;
33using System . IO ;
4- using System . Runtime . Intrinsics . Arm ;
54using System . Text ;
65using System . Text . Json ;
76using System . Threading ;
@@ -1820,7 +1819,6 @@ public ContextMenu CreateContextMenuForRemoteBranch(Models.Branch branch)
18201819 DataContext = new BranchCompare ( _fullpath , branch , _currentBranch )
18211820 } ) ;
18221821 } ;
1823- menu . Items . Add ( new MenuItem ( ) { Header = "-" } ) ;
18241822 menu . Items . Add ( compareWithHead ) ;
18251823
18261824 if ( _localChangesCount > 0 )
@@ -1841,6 +1839,7 @@ public ContextMenu CreateContextMenuForRemoteBranch(Models.Branch branch)
18411839 } ;
18421840 menu . Items . Add ( compareWithWorktree ) ;
18431841 }
1842+ menu . Items . Add ( new MenuItem ( ) { Header = "-" } ) ;
18441843
18451844 var delete = new MenuItem ( ) ;
18461845 delete . Header = new Views . NameHighlightedTextBlock ( "BranchCM.Delete" , name ) ;
You can’t perform that action at this time.
0 commit comments