checking if theme is already installed
This commit is contained in:
parent
9be41520d2
commit
f655b8f1aa
2 changed files with 19 additions and 4 deletions
|
@ -431,7 +431,7 @@ export class BrowserWindow {
|
|||
description: themeJson.description || themeDescription,
|
||||
path: themePath,
|
||||
file: theme,
|
||||
test: join(themePath, "theme.json")
|
||||
github_repo: themeJson.github_repo || ""
|
||||
});
|
||||
} else {
|
||||
themeObjects.push({
|
||||
|
@ -439,7 +439,7 @@ export class BrowserWindow {
|
|||
description: themeDescription,
|
||||
path: themePath,
|
||||
file: theme,
|
||||
test: join(themePath, "theme.json")
|
||||
github_repo: ""
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue