Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder-desktop-macos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15f1890
Choose a base ref
...
head repository: coder/coder-desktop-macos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff0bea0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 10, 2025

  1. fix: allow creating directories in file sync local file picker (#199)

    Closes #198.
    
    I just assumed this was on by default 😭
    
    In fact, the documentation says it is, but it's very clearly not!
    ```
    /**
     `NSSavePanel`/`NSOpenPanel`: Set to `YES` to show the "New Folder" button. Default is `YES`.
     */
    open var canCreateDirectories: Bool
    ```
    ethanndickson authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    ff0bea0 View commit details
    Browse the repository at this point in the history
Loading