File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ Future<void> _performSearch(String query) async {
91
91
copy: result.code,
92
92
largeType: result.code,
93
93
),
94
- icon:
95
- image != null ? AlfredItemIcon (path: image.absolute.path) : null ,
94
+ icon: AlfredItemIcon (
95
+ path: image != null ? image.absolute.path : 'question.png' ,
96
+ ),
96
97
valid: true ,
97
98
);
98
99
}).toList ()),
@@ -101,7 +102,7 @@ Future<void> _performSearch(String query) async {
101
102
} else {
102
103
workflow.addItem (
103
104
AlfredItem (
104
- title: 'No matching Gitmojis found' ,
105
+ title: 'No matching gitmoji found' ,
105
106
icon: AlfredItemIcon (
106
107
path: 'question.png' ,
107
108
),
Original file line number Diff line number Diff line change 159
159
<key >variablesdontexport </key >
160
160
<array />
161
161
<key >version </key >
162
- <string >1.0.1 </string >
162
+ <string >1.0.2 </string >
163
163
<key >webaddress </key >
164
164
<string >https://github.com/techouse </string >
165
165
</dict >
Original file line number Diff line number Diff line change 1
- 1.0.1
1
+ 1.0.2
You can’t perform that action at this time.
0 commit comments