checking if theme is already installed

This commit is contained in:
booploops 2022-02-14 00:36:48 -08:00
parent 9be41520d2
commit f655b8f1aa
2 changed files with 19 additions and 4 deletions

View file

@ -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: ""
});
}
}