fix: profile context menu should prefer opening towards the top

This commit is contained in:
Gabriele Musco 2024-11-28 07:20:58 +01:00
commit 802337a8f1
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -596,6 +596,7 @@ impl AsyncComponent for MainView {
set_icon_name: "view-more-symbolic",
set_tooltip_text: Some("Menu"),
set_menu_model: Some(&profile_actions_menu),
set_direction: gtk::ArrowType::Up,
},
},
}