This commit is contained in:
2025-11-25 00:17:12 +08:00
parent 74ddbc7ffb
commit 61112bde7f
3 changed files with 341 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ https://github.com/luckylyk/hotbox_designer
release=RELEASE_DATE)
WINDOW_TITLE = "DreamWall - Picker"
WINDOW_CONTROL_NAME = "dwPickerWindow"
CLOSE_CALLBACK_COMMAND = "import dwpicker;dwpicker._dwpicker.close_event()"
CLOSE_CALLBACK_COMMAND = "import animation_tools.dwpicker as dwpicker;dwpicker._dwpicker.close_event() if dwpicker._dwpicker else None"
CLOSE_TAB_WARNING = """\
Close the tab will remove completely the picker data from the scene.
Are you sure to continue ?"""