Add renaming option

This commit is contained in:
Such Meme, Many Skill
2020-05-02 16:40:40 +02:00
parent 0bf3b35582
commit b273b1e5ab
6 changed files with 125 additions and 10 deletions

View File

@@ -48,6 +48,7 @@ menu_entry fs_menu_file[] = {
{"\n\n\nBack", COLOR_WHITE, ISMENU},
{"\nCopy to clipboard", COLOR_BLUE, ISMENU},
{"Move to clipboard", COLOR_BLUE, ISMENU},
{"Rename file", COLOR_BLUE, ISMENU},
{"\nDelete file\n", COLOR_RED, ISMENU},
{"Launch Payload", COLOR_ORANGE, ISMENU},
{"Launch Script", COLOR_YELLOW, ISMENU},