mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
comment out application menu as it currently does not have any functionality
This commit is contained in:
@@ -37,6 +37,7 @@ impl FactoryPrototype for ToolbxEntry {
|
|||||||
|
|
||||||
view! {
|
view! {
|
||||||
suffix_box = >k::Box{
|
suffix_box = >k::Box{
|
||||||
|
/* application menu
|
||||||
append = >k::AspectFrame{
|
append = >k::AspectFrame{
|
||||||
set_ratio: 1.0,
|
set_ratio: 1.0,
|
||||||
set_child = Some(>k::Button::from_icon_name(APP_ICON)) {
|
set_child = Some(>k::Button::from_icon_name(APP_ICON)) {
|
||||||
@@ -49,7 +50,7 @@ impl FactoryPrototype for ToolbxEntry {
|
|||||||
send!(sender, AppMsg::ShowToolboxAppsRequest);
|
send!(sender, AppMsg::ShowToolboxAppsRequest);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},*/
|
||||||
append = >k::AspectFrame{
|
append = >k::AspectFrame{
|
||||||
set_ratio: 1.0,
|
set_ratio: 1.0,
|
||||||
set_child = Some(>k::Button::from_icon_name(TERMINAL_ICON)) {
|
set_child = Some(>k::Button::from_icon_name(TERMINAL_ICON)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user