mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
3c32a1b0f3
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class PluginBrowser(QObject, Extension):
|
||||||
|
|
||||||
@pyqtProperty(QObject, notify=pluginsMetadataChanged)
|
@pyqtProperty(QObject, notify=pluginsMetadataChanged)
|
||||||
def pluginsModel(self):
|
def pluginsModel(self):
|
||||||
self._plugins_model = PluginsModel(self._view)
|
self._plugins_model = PluginsModel(None, self._view)
|
||||||
# self._plugins_model.update()
|
# self._plugins_model.update()
|
||||||
|
|
||||||
# Check each plugin the registry for matching plugin from server
|
# Check each plugin the registry for matching plugin from server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue