mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 02:54:06 +02:00
# Description of Changes Tidy Tauri code and enable "Open file in Stirling PDF"
11 lines
328 B
TypeScript
11 lines
328 B
TypeScript
/**
|
|
* 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
|
|
}
|