mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 06:23:16 +08:00
Update plugin browser version to 4 as network rewrite has another set of breaking changes
This commit is contained in:
parent
b41d8eb0dd
commit
c471991044
@ -25,7 +25,7 @@ class PluginBrowser(QObject, Extension):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
|
||||
self._api_version = 3
|
||||
self._api_version = 4
|
||||
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
||||
|
||||
self._plugin_list_request = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user