Skip to content

Commit 1412a45

Browse files
committed
move folders too
1 parent 224777f commit 1412a45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

applications/main/archive/views/archive_browser_view.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ static void render_item_menu(Canvas* canvas, ArchiveBrowserViewModel* model) {
122122
menu_array_push_raw(model->context_menu),
123123
item_pin,
124124
ArchiveBrowserEventFileMenuPin);
125+
if(model->tab_idx == ArchiveTabFavorites) {
126+
archive_menu_add_item(
127+
menu_array_push_raw(model->context_menu),
128+
"Move",
129+
ArchiveBrowserEventEnterFavMove);
130+
}
125131
}
126132
} else if(!archive_is_known_app(selected->type)) {
127133
// UnKnown app type

0 commit comments

Comments
 (0)