Skip to content

Commit df2b050

Browse files
Andrei Ivanouwash2
authored andcommitted
fix(context-menu): Cannot move applications to Library Home via right-click menu
1 parent 663683e commit df2b050

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ impl cosmic::Application for CosmicAppLibrary {
979979
return commands::popup::destroy_popup(*MENU_ID);
980980
}
981981
Message::SelectAction(action) => {
982-
self.menu = None;
983982
let mut tasks = vec![commands::popup::destroy_popup(*MENU_ID)];
984983
if let Some(info) = self.menu.take().and_then(|i| self.entry_path_input.get(i)) {
985984
match action {

0 commit comments

Comments
 (0)