Keep Attract & Image Share prefs enabled when sync error is shown.
This commit is contained in:
parent
c1b6480f9a
commit
0fa7d60028
@ -285,12 +285,10 @@ class BlenderCloudPreferences(AddonPreferences):
|
||||
# Image Share stuff
|
||||
share_box = layout.box()
|
||||
share_box.label('Image Sharing on Blender Cloud', icon_value=icon('CLOUD'))
|
||||
share_box.enabled = msg_icon != 'ERROR'
|
||||
share_box.prop(self, 'open_browser_after_share')
|
||||
|
||||
# Attract stuff
|
||||
attract_box = layout.box()
|
||||
attract_box.enabled = msg_icon != 'ERROR'
|
||||
self.draw_attract_buttons(attract_box, self.attract_project)
|
||||
|
||||
def draw_subscribe_button(self, layout):
|
||||
|
Reference in New Issue
Block a user