desktop: iconIndex is required for icons in jumplist

This commit is contained in:
Abdullah Atta
2023-01-26 15:34:34 +05:00
committed by Abdullah Atta
parent 8c25de2aaf
commit 954cb1da0d

View File

@@ -34,6 +34,7 @@ function windows() {
items: [
{
program: process.execPath,
iconIndex: 0,
iconPath: AssetManager.icon("note-add", { format: "ico" }),
args: "new note",
description: "Create a new note",
@@ -42,6 +43,7 @@ function windows() {
},
{
program: process.execPath,
iconIndex: 0,
iconPath: AssetManager.icon("notebook-add", { format: "ico" }),
args: "new notebook",
description: "Create a new notebook",
@@ -50,6 +52,7 @@ function windows() {
},
{
program: process.execPath,
iconIndex: 0,
iconPath: AssetManager.icon("reminder-add", { format: "ico" }),
args: "new reminder",
description: "Add a new reminder",