Closed jonoomph closed 1 month ago
Your pull request is modifying functions with the following pre-existing issues:
📄 File: src/windows/models/files_model.py
Function | Unhandled Issue |
---|---|
add_files |
NameError: name 'elements' is not defined windows... Event Count: 1 |
Did you find this useful? React with a 👍 or 👎
This pull request was deployed and Sentry observed the following issues:
windows.models.profiles_model in update_model
View IssueDid you find this useful? React with a 👍 or 👎
Adding new "Choose Profile" context menu to Project Files, to make it easy to edit using your source file width+height+FPS profile. Large refactor of how profile switching happens (moving to UpdateManger - so it will support undo/redo system). Add new profile() method to File Query class, to make it easy to generate/find a profile object for any File object.
Plus... avoid error message prompts when importing multiple files.