Fix preferences draw

This commit is contained in:
Francesco Bellini 2024-09-07 18:36:42 +02:00
parent 41960910ee
commit 4b29eda97e

View File

@ -17,7 +17,7 @@ class SWPreferences(AddonPreferences):
layout.prop(self, "show_switch")
box = layout.box()
box.label("UI Options")
box.label(text="UI Options")
box.prop(self, "quick_unlink")
box.prop(self, "active_spacing")