We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d594c0 commit 13bc4d1Copy full SHA for 13bc4d1
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "fast-down-gui",
4
- "version": "0.1.16",
+ "version": "0.1.17",
5
"identifier": "com.fast-down.fast-down-gui",
6
"build": {
7
"beforeDevCommand": "bun run dev",
src/stores/app.ts
@@ -219,8 +219,8 @@ sec-ch-ua-platform: "Windows"`,
219
) {
220
const unlock = await mutex.lock()
221
const config = {
222
- ...options.config,
223
...globalConfig.value,
+ ...options.config,
224
}
225
try {
226
const headersObj = buildHeaders(config.headers)
0 commit comments