double click to open a shared file - #265
Conversation
|
Good idea, @tbo47 — quick access to open a shared file is handy. A few things to sort before it'd be mergeable: 1. Don't duplicate the preview logic — reuse it. 2. Open completed files with the OS default handler, not the video player. Shared files are every type (PDFs, archives, images, …). Right now, if a video player is configured it's used to open everything, which is wrong for non-media. For "open a shared file", completed files should go through the platform default opener ( 3. Gate it to the monolithic app. 4. Prefer the right-click menu over double-click. Launching an external app on an accidental double-click is invasive. There's already an |
Summary
Double click to open a shared file