Skip to content
Snippets Groups Projects
Commit 3c492db8 authored by meta-androcto's avatar meta-androcto
Browse files

space_view3d_pie_menus: fix "Preferences" in Addon T67164

parent be673852
Branches
No related tags found
No related merge requests found
...@@ -94,8 +94,8 @@ class PIE_MT_AreaTypePieOther(Menu): ...@@ -94,8 +94,8 @@ class PIE_MT_AreaTypePieOther(Menu):
def draw(self, context): def draw(self, context):
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="File Browser", icon="FILEBROWSER").types = "FILE_BROWSER" self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="File Browser", icon="FILEBROWSER").types = "FILE_BROWSER"
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Python Console", icon="CONSOLE").types = "CONSOLE" self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Python Console", icon="CONSOLE").types = "CONSOLE"
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="User Preferences", self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Preferences",
icon="PREFERENCES").types = "USER_PREFERENCES" icon="PREFERENCES").types = "PREFERENCES"
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Info", icon="INFO").types = "INFO" self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Info", icon="INFO").types = "INFO"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment