Skip to content

Commit

Permalink
Put the builtin tab back in the gadget menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLudwig committed Sep 20, 2020
1 parent 82cb0bf commit 9d21f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websrc/gadget_menu/src/gadget_menu_main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ class ControlPanel extends React.Component< {}, ControlPanelState >
{
buttons.push( [ g_builtinModelStar, ControlPanelTab.Favorites ] );
}
buttons.push( [ g_builtinModelHammerAndWrench, ControlPanelTab.Builtin ] );
buttons.push( [ g_builtinModelWindowIcon, ControlPanelTab.DesktopWindows ] );

const k_buttonGap = 0.07;
Expand Down

0 comments on commit 9d21f8d

Please sign in to comment.