diff --git a/lib/bds/desktop/shell_live/index.html.heex b/lib/bds/desktop/shell_live/index.html.heex index fdaa9d8..c53cbd9 100644 --- a/lib/bds/desktop/shell_live/index.html.heex +++ b/lib/bds/desktop/shell_live/index.html.heex @@ -1,11 +1,15 @@
-
- <%= unless @is_mac_ui do %> + <%= if @is_mac_ui do %> + + <% end %> + + <%= unless @is_mac_ui do %> +
<%= for group <- @menu_groups do %> <% end %>
- <% end %> -
-
<%= @page_title %>
-
- - - -
- <%= if not @is_mac_ui do %> +
+
<%= @page_title %>
+
+ + + +
<%= if group = active_titlebar_menu_group(assigns) do %>
<% end %> - <% end %> -
+
+ <% end %>