mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
desktop: iconIndex is required for icons in jumplist
This commit is contained in:
committed by
Abdullah Atta
parent
8c25de2aaf
commit
954cb1da0d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user