mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Improve loading speed of desktop app (#4865)
# Description of Changes Improve loading speed of desktop app by loading a default config until the backend has spawned.
This commit is contained in:
Vendored
+12
@@ -12,4 +12,16 @@ declare module 'assets/material-symbols-icons.json' {
|
||||
export default value;
|
||||
}
|
||||
|
||||
declare module 'axios' {
|
||||
export interface AxiosRequestConfig<_D = unknown> {
|
||||
suppressErrorToast?: boolean;
|
||||
skipBackendReadyCheck?: boolean;
|
||||
}
|
||||
|
||||
export interface InternalAxiosRequestConfig<_D = unknown> {
|
||||
suppressErrorToast?: boolean;
|
||||
skipBackendReadyCheck?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user