mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Rename hasPluginsEnabledOrDisabledChanged to pluginsEnabledOrDisabledChanged
This makes it more in line with the other signal naming CURA-8587
This commit is contained in:
parent
aa93186707
commit
14406e13bd
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class RestartManager(QObject):
|
|||
self._plugin_registry: "PluginRegistry" = CuraApplication.getInstance().getPluginRegistry()
|
||||
|
||||
self._manager.installedPackagesChanged.connect(self.checkIfRestartNeeded)
|
||||
self._plugin_registry.hasPluginsEnabledOrDisabledChanged.connect(self.checkIfRestartNeeded)
|
||||
self._plugin_registry.pluginsEnabledOrDisabledChanged.connect(self.checkIfRestartNeeded)
|
||||
|
||||
self._restart_needed = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue