mirror of
https://github.com/Eugeny/tabby.git
synced 2025-04-06 16:00:28 +08:00
fixed plugin blacklisting
This commit is contained in:
parent
ca71ec24f8
commit
92afec75e7
@ -117,7 +117,7 @@ export class PluginsSettingsTabComponent {
|
||||
}
|
||||
|
||||
disablePlugin (plugin: IPluginInfo) {
|
||||
this.config.store.pluginBlacklist.push(plugin.name)
|
||||
this.config.store.pluginBlacklist = [...this.config.store.pluginBlacklist, plugin.name]
|
||||
this.config.save()
|
||||
this.config.requestRestart()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user