Fix an issue that kept the plugins in the "installed" list despite of

already being removed from the data folder.
This commit is contained in:
Diego Prado Gesto 2018-05-11 16:32:31 +02:00
parent fa97d5830b
commit 527f269b5d
2 changed files with 1 additions and 1 deletions

View file

@ -251,7 +251,6 @@ class Toolbox(QObject, Extension):
@pyqtSlot()
def restart(self):
self._package_manager._removeAllScheduledPackages()
CuraApplication.getInstance().windowClosed()
# Checks