|
|
@ -170,7 +170,11 @@ export class TabProxy extends Plugin { |
|
|
|
this.removeTab(profile.name) |
|
|
|
this.removeTab(profile.name) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
this.themeQuality = (await this.call('theme', 'currentTheme') ).quality |
|
|
|
try { |
|
|
|
|
|
|
|
this.themeQuality = (await this.call('theme', 'currentTheme') ).quality |
|
|
|
|
|
|
|
} catch (e) { |
|
|
|
|
|
|
|
console.log('theme plugin has an issue: ', e) |
|
|
|
|
|
|
|
} |
|
|
|
this.renderComponent() |
|
|
|
this.renderComponent() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|