Cura/plugins/Marketplace
Ghostkeeper 25e914b1cb
Fix checkbox for automatic plug-in update checking
The checkbox was still there in the preferences page, but it didn't work at all, for two reasons:
- The preference entry didn't exist. This was causing warnings in the log (which is why I saw it).
- It wasn't checking the preference before making that API call. Could make a bunch of people pretty angry.
2022-03-11 10:25:31 +01:00
..
resources Recolor placeholder icon for packages/plugins correctly in dark-mode 2022-03-09 12:10:49 +01:00
__init__.py Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
Constants.py Some final tweaks and added missing documentation 2021-12-07 09:48:48 +01:00
LocalPackageList.py Fix typing 2022-01-03 11:44:05 +01:00
Marketplace.py Fix checkbox for automatic plug-in update checking 2022-03-11 10:25:31 +01:00
PackageList.py Fix typing 2022-01-03 11:44:05 +01:00
PackageModel.py Let readmore point towards marketplace URL 2022-02-22 16:38:47 +01:00
plugin.json Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
RemotePackageList.py Show install, uninstall & disable buttons in packages list 2022-02-23 16:51:26 +01:00