mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(plugins): Update plugins list on install
This commit is contained in:
parent
690229aad2
commit
29b448989c
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ const PackagesStore = Reflux.createStore({
|
|||
if (err) {
|
||||
this._displayMessage("Could not install plugin", err.message);
|
||||
} else {
|
||||
this._onPackagesChanged();
|
||||
const msg = `${packageName} has been installed and enabled. No need to restart! If you don't see the plugin loaded, check the console for errors.`
|
||||
this._displayMessage("Plugin installed! 🎉", msg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue