Tidy Tauri code and enable "Open file in Stirling PDF" (#4836)

# Description of Changes
Tidy Tauri code and enable "Open file in Stirling PDF"
This commit is contained in:
James Brunton
2025-11-10 12:15:39 +00:00
committed by GitHub
parent f4543d26cd
commit ebf4bab80b
15 changed files with 241 additions and 1102 deletions
@@ -0,0 +1,10 @@
/**
* App initialization hook
* Core version: no initialization needed
*
* This hook is called once when the app starts to allow different builds
* to perform initialization tasks that require access to contexts like FileContext.
*/
export function useAppInitialization(): void {
// Core version has no initialization
}