Fix installed and bundled plugin tabs

This commit is contained in:
Gregory Schier
2026-01-01 16:55:30 -08:00
parent ef187373c5
commit f1783feafc
3 changed files with 23 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ export interface AppInfo {
name: string;
appDataDir: string;
appLogDir: string;
vendoredPluginDir: string;
identifier: string;
featureLicense: boolean;
featureUpdater: boolean;