Skip to content

Commit

Permalink
Merge pull request #16 from Garulf/Use-material-deign-fonts
Browse files Browse the repository at this point in the history
Use material deign fonts
  • Loading branch information
Garulf authored Jan 2, 2022
2 parents 57c6a45 + a1cffae commit 435af48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Search-MDI",
"Description": "Search materialdesignicons.com",
"Author": "Garulf",
"Version": "2.2.7",
"Version": "3.0.0",
"Language": "python",
"Website": "https://github.com/Garulf/Search-MDI",
"IcoPath": "app.png",
Expand Down
1 change: 1 addition & 0 deletions plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def query(self, query):
context=[icon["name"]],
method=self.put,
parameters=[icon["name"]],
auto_complete_text=f'{self.user_keyword} {icon["name"]}',
)

def open_web(self, icon_name):
Expand Down

0 comments on commit 435af48

Please sign in to comment.