Stirling-PDF/frontend/src-tauri
James Brunton eb5f36aa15
Fix issues with opening files in desktop app (#4876)
# Description of Changes
Locking to just having one instance of the app running unifies the
experience across all OSs. Opening new files in Stirling will cause the
files to be opened in the existing window rather than spawning a new
instance of the app with just that file in the new instance.

There's much more to explore here to allow multiple windows open at
once, but that can be done all from one instance of the app, and will
likely make it easier to allow movement of files etc. across different
windows.

Also fixes extra newlines in the logs and directly builds to `.app` on
Mac because it's frustrating during development to have to repeatedly
mount & unmount the `.dmg`.
2025-11-12 15:47:37 +00:00
..
capabilities V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
icons V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
src Fix issues with opening files in desktop app (#4876) 2025-11-12 15:47:37 +00:00
.gitignore V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
build.rs V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
Cargo.lock Fix issues with opening files in desktop app (#4876) 2025-11-12 15:47:37 +00:00
Cargo.toml Fix issues with opening files in desktop app (#4876) 2025-11-12 15:47:37 +00:00
stirling-pdf.desktop V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
tauri.conf.json Fix issues with opening files in desktop app (#4876) 2025-11-12 15:47:37 +00:00