mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Minor clean up.
This commit is contained in:
@@ -1244,6 +1244,13 @@ void GitPlugin::buildSidePanelTab() {
|
||||
break;
|
||||
case KEY_F2:
|
||||
branchRename( branch );
|
||||
break;
|
||||
case KEY_DELETE:
|
||||
if ( branch.type == Git::RefType::Stash )
|
||||
stashDrop( branch );
|
||||
else if ( branch.type == Git::RefType::Head )
|
||||
branchDelete( branch );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user