Enable inspecting inspector

Layout is hard, but at least I have this nifty new tool...
This commit is contained in:
Isaiah Odhner 2023-05-28 02:42:56 -04:00
parent e1d5739ec8
commit 3a447b4e70

View File

@ -370,7 +370,7 @@ class OriginalStyles(NamedTuple):
tint: Color | None tint: Color | None
"""The original tint of the widget.""" """The original tint of the widget."""
ALLOW_INSPECTING_INSPECTOR = False ALLOW_INSPECTING_INSPECTOR = True
"""Whether widgets in the inspector can be picked for inspection.""" """Whether widgets in the inspector can be picked for inspection."""
class Inspector(Container): class Inspector(Container):