Skip to content

Commit 1f2ca00

Browse files
mmstickjackpot51
authored andcommitted
fix(launcher): Use translated application names
1 parent 52b234e commit 1f2ca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog_launcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class Launcher extends search.Search {
9999

100100
// Filter matching desktop apps
101101
for (const [where, app] of this.desktop_apps) {
102-
const name = app.name()
102+
const name = app.app_info.get_display_name()
103103
const keywords = app.keywords()
104104
const exec = app.exec()
105105

0 commit comments

Comments
 (0)