Skip to content

Commit 1934fd3

Browse files
committed
hide oot tab in mm mode
1 parent 59052b9 commit 1934fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fast64_internal/panels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class OOT_Panel(bpy.types.Panel):
4646

4747
@classmethod
4848
def poll(cls, context):
49-
return context.scene.gameEditorMode in {"OOT", "MM"}
49+
return context.scene.gameEditorMode == "OOT"
5050

5151

5252
class MM_Panel(bpy.types.Panel):

0 commit comments

Comments
 (0)