We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5aa1a commit 71bb2c5Copy full SHA for 71bb2c5
src/main/config/profile.ts
@@ -103,6 +103,7 @@ export async function createProfile(item: Partial<IProfileItem>): Promise<IProfi
103
type: item.type,
104
url: item.url,
105
interval: item.interval || 0,
106
+ override: item.override || [],
107
updated: new Date().getTime()
108
} as IProfileItem
109
switch (newItem.type) {
0 commit comments