Skip to content

Commit

Permalink
Revert "add maya to non qt apps for now"
Browse files Browse the repository at this point in the history
This reverts commit 1489459.
  • Loading branch information
hannesdelbeke committed May 8, 2024
1 parent 75572a7 commit f848910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unimenu/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SupportedApps:
QT = App("qt", None)

# ALL = [BLENDER, MAYA, UNREAL, KRITA, SUBSTANCE_PAINTER, MAX, MARMOSET]
NON_QT = [BLENDER, UNREAL, MAYA, SUBSTANCE_PAINTER, MARMOSET]
NON_QT = [BLENDER, UNREAL, SUBSTANCE_PAINTER, MARMOSET]


def detect_app() -> Optional[App]:
Expand Down

0 comments on commit f848910

Please sign in to comment.