Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default sequences replaced when comparing media from FPTR #545

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. Fix typo to include File.h in Bundle.cpp (AcademySoftwareFoundation#537)

    ### Linked issues
    
    N/A
    
    Based on this review:
    AcademySoftwareFoundation#530 (comment)
    
    ### Summarize your change.
    
    Include statement in `src/lib/app/TwkApp/Bundle.cpp` has been fixed.
    
    ### Describe the reason for the change.
    
    The include statement was trying to include a file that dosen't exist,
    `file.h` instead of `File.h`.
    
    ### Describe what you have tested and on which operating system.
    
    Builds correctly on...
    
    - MacOS 14.5 Sonoma
    
    Signed-off-by: Ben Chamberland <[email protected]>
    chxmberland committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ceaf3df View commit details
    Browse the repository at this point in the history
  2. Add option to prevent sources from being added to default view automa…

    …tically
    
    Signed-off-by: Ben Chamberland <[email protected]>
    chxmberland committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ed5819c View commit details
    Browse the repository at this point in the history