Skip to content

Commit

Permalink
Hide visibility of toggle in GUI
Browse files Browse the repository at this point in the history
Required only by addon to preserve addon installation state
  • Loading branch information
n-jay committed Dec 19, 2023
1 parent e7bf1c2 commit a1e922d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cuesubmit/plugins/blender/OpenCue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class OpenCueAddonPreferences(bpy.types.AddonPreferences):
)
def draw(self, context):
layout = self.layout
layout.prop(self, "is_dependency_install")
layout.prop(self, "use_gpu")
layout.prop(self, "output_path")

Expand Down

0 comments on commit a1e922d

Please sign in to comment.