Skip to content

Commit 8851b18

Browse files
Ian Santopietrommstick
authored andcommitted
fix(launcher): change new window icon from application-default to new-window
1 parent 3dd1fdd commit 8851b18

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
@@ -109,7 +109,7 @@ export class Launcher extends search.Search {
109109
const button = new launch.SearchOption(
110110
name,
111111
generic ? generic + " — " + where : where,
112-
'application-default-symbolic',
112+
'new-window-symbolic',
113113
{ gicon: app.icon() },
114114
this.icon_size(),
115115
{ app },

0 commit comments

Comments
 (0)