Skip to content

Commit 7b2c3d1

Browse files
committed
Remove todos
1 parent 7487f6e commit 7b2c3d1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/mix/tasks/desktop.install.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ if Code.ensure_loaded?(Igniter.Mix.Task) do
6666
id: unquote(Igniter.Project.Module.module_name(igniter, MainWindow)),
6767
title: unquote(to_string(app)),
6868
size: {600, 500},
69-
# icon: "icon.png", # TODO: ship an example taskbar icon here
7069
menubar: unquote(menubar),
7170
icon_menu: unquote(menu),
7271
url: &unquote(endpoint).url/0
@@ -75,8 +74,6 @@ if Code.ensure_loaded?(Igniter.Mix.Task) do
7574
},
7675
after: [endpoint]
7776
)
78-
79-
# TODO: Add runtime_tools observer if available, or optionall add the dependency
8077
end
8178

8279
defp add_menu_bar(igniter, menubar, gettext, endpoint) do

0 commit comments

Comments
 (0)