1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

disallow disabling the plugin manager - #5257

This commit is contained in:
Eugene Pankov 2021-12-22 22:36:06 +01:00
parent ba61a7f359
commit ccf4f05437
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -8,7 +8,7 @@ import { PluginManagerService } from '../services/pluginManager.service'
enum BusyState { Installing = 'Installing', Uninstalling = 'Uninstalling' }
const FORCE_ENABLE = ['tabby-core', 'tabby-settings', 'tabby-electron', 'tabby-web']
const FORCE_ENABLE = ['tabby-core', 'tabby-settings', 'tabby-electron', 'tabby-web', 'tabby-plugin-manager']
/** @hidden */
@Component({