diff --git a/src/ui/app/toolbox_list.rs b/src/ui/app/toolbox_list.rs index 7c9293f..878356a 100644 --- a/src/ui/app/toolbox_list.rs +++ b/src/ui/app/toolbox_list.rs @@ -37,6 +37,7 @@ impl FactoryPrototype for ToolbxEntry { view! { suffix_box = >k::Box{ + /* application menu append = >k::AspectFrame{ set_ratio: 1.0, set_child = Some(>k::Button::from_icon_name(APP_ICON)) { @@ -49,7 +50,7 @@ impl FactoryPrototype for ToolbxEntry { send!(sender, AppMsg::ShowToolboxAppsRequest); }, } - }, + },*/ append = >k::AspectFrame{ set_ratio: 1.0, set_child = Some(>k::Button::from_icon_name(TERMINAL_ICON)) {