feat(desktop): faster launch with resolved desktop app startup issues (#4357)
This commit is contained in:
@@ -14,6 +14,7 @@ import { appWindow } from "@tauri-apps/api/window"
|
||||
import { stdFooterItems } from "@hoppscotch/common/platform/std/ui/footerItem"
|
||||
import { stdSupportOptionItems } from "@hoppscotch/common/platform/std/ui/supportOptionsItem"
|
||||
import { ioDef } from "./platform/io"
|
||||
import { interopModule } from "./interop"
|
||||
|
||||
const headerPaddingLeft = ref("0px")
|
||||
const headerPaddingTop = ref("0px")
|
||||
@@ -45,6 +46,9 @@ const headerPaddingTop = ref("0px")
|
||||
settings: settingsDef,
|
||||
history: historyDef,
|
||||
},
|
||||
addedHoppModules: [
|
||||
interopModule
|
||||
],
|
||||
interceptors: {
|
||||
default: "native",
|
||||
interceptors: [
|
||||
|
||||
Reference in New Issue
Block a user