On an empty profile, the cura/active_mode preference is not set so the code disabling the button was not called. Fixes CURA-901
@@ -17,6 +17,7 @@ class PerObjectSettingsTool(Tool):
self.setExposedProperties("Model", "SelectedIndex")
Preferences.getInstance().preferenceChanged.connect(self._onPreferenceChanged)
+ self._onPreferenceChanged("cura/active_mode")
def event(self, event):
return False