Skip to content

Commit

Permalink
Fix icon loading
Browse files Browse the repository at this point in the history
Fixes #75
Broken by 085c7b9
  • Loading branch information
rugk committed Jan 21, 2020
1 parent fc00856 commit 046416d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/background/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import * as IconHandler from "/common/modules/IconHandler.js";
import * as OmniboxSearch from "./modules/OmniboxSearch.js";

// init modules
IconHandler.init();
OmniboxSearch.init();

0 comments on commit 046416d

Please sign in to comment.