mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-21 11:59:53 +00:00
disallow disabling the plugin manager - #5257
This commit is contained in:
parent
ba61a7f359
commit
ccf4f05437
@ -8,7 +8,7 @@ import { PluginManagerService } from '../services/pluginManager.service'
|
|||||||
|
|
||||||
enum BusyState { Installing = 'Installing', Uninstalling = 'Uninstalling' }
|
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 */
|
/** @hidden */
|
||||||
@Component({
|
@Component({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user