Fix theme edit button

This commit is contained in:
Samuel Elliott 2018-03-25 18:31:17 +01:00
parent a4ceb8bd2c
commit 946f68e4ef
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
methods: {
editTheme() {
try {
shell.openItem(this.theme.themePath);
shell.openItem(this.theme.contentPath);
} catch (err) {
Logger.err('ThemeCard', [`Error opening theme directory ${this.theme.contentPath}:`, err]);
}