decompiler: Support action widgets

This commit is contained in:
James Westman 2024-08-24 13:24:27 -05:00
parent 21d5ce86e9
commit 65d4612b51
3 changed files with 39 additions and 7 deletions

View file

@ -210,8 +210,6 @@ class TestSamples(unittest.TestCase):
SKIP_COMPILE = ["translator_comments"]
SKIP_DECOMPILE = [
# Not implemented yet
"action_widgets",
# Comments are not preserved in either direction
"comments",
]