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 52b234e commit 1f2ca00Copy full SHA for 1f2ca00
src/dialog_launcher.ts
@@ -99,7 +99,7 @@ export class Launcher extends search.Search {
99
100
// Filter matching desktop apps
101
for (const [where, app] of this.desktop_apps) {
102
- const name = app.name()
+ const name = app.app_info.get_display_name()
103
const keywords = app.keywords()
104
const exec = app.exec()
105
0 commit comments