From c5d32d6def4bd5e1122c04e0b89c673cc1b87540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 20 May 2025 11:38:55 -0700 Subject: [PATCH] Launcher: add icons to actions --- data/io.elementary.code.desktop.in.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/io.elementary.code.desktop.in.in b/data/io.elementary.code.desktop.in.in index ae78f19e70..c4b51bf5bf 100644 --- a/data/io.elementary.code.desktop.in.in +++ b/data/io.elementary.code.desktop.in.in @@ -15,7 +15,9 @@ Actions=NewWindow;NewFile; [Desktop Action NewFile] Name=New File Exec=@EXEC_NAME@ --new-tab +Icon=document-new [Desktop Action NewWindow] Name=New Window Exec=@EXEC_NAME@ --new-window +icon=window-new