mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
fa97d5830b
commit
527f269b5d
2 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,6 @@ class Toolbox(QObject, Extension):
|
|||
|
||||
@pyqtSlot()
|
||||
def restart(self):
|
||||
self._package_manager._removeAllScheduledPackages()
|
||||
CuraApplication.getInstance().windowClosed()
|
||||
|
||||
# Checks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue