We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ed50e commit 504b449Copy full SHA for 504b449
lib/delux/application.ex
@@ -20,7 +20,7 @@ defmodule Delux.Application do
20
Supervisor.start_link(children, opts)
21
end
22
23
- def apply_dt_overlays do
+ defp apply_dt_overlays() do
24
config = Application.get_env(:delux, :dt_overlays, [])
25
26
Enum.each(config[:pins] || [], fn {label, pin} ->
0 commit comments