mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
feature: add context menu item to move repository node (#437)
This commit is contained in:
parent
837e3889b7
commit
dffd9d7676
7 changed files with 196 additions and 0 deletions
14
src/Views/MoveRepositoryNode.axaml.cs
Normal file
14
src/Views/MoveRepositoryNode.axaml.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using Avalonia.Controls;
|
||||
|
||||
namespace SourceGit.Views
|
||||
{
|
||||
public partial class MoveRepositoryNode : UserControl
|
||||
{
|
||||
public MoveRepositoryNode()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue