Fix #123735: Tooltip missing from open URL preset operator

Necessary because the "type" property is no longer the default
`bl_property` since 7bc34283ea.
This commit is contained in:
Julian Eisel
2024-07-25 12:28:50 +02:00
parent 65d0151300
commit 0baeca8f9e

View File

@@ -1074,6 +1074,7 @@ class WM_OT_url_open_preset(Operator):
bl_idname = "wm.url_open_preset"
bl_label = "Open Preset Website"
bl_options = {'INTERNAL'}
bl_property = "type"
@staticmethod
def _wm_url_open_preset_type_items(_self, _context):