Skip to content

Commit 2588946

Browse files
authored
Merge pull request #40 from nuthx/dev-2.0.4
Dev 2.0.4
2 parents 4152f1e + 588e965 commit 2588946

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "subtitle-renamer",
33
"private": true,
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tauri.conf.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@
8383
"active": true,
8484
"targets": "all",
8585
"icon": [
86-
"../icons/32x32.png",
87-
"../icons/128x128.png",
88-
"../icons/128x128@2x.png",
89-
"../icons/icon.icns",
90-
"../icons/icon.ico"
86+
"icons/32x32.png",
87+
"icons/128x128.png",
88+
"icons/128x128@2x.png",
89+
"icons/icon.icns",
90+
"icons/icon.ico"
9191
],
9292
"macOS": {
9393
"dmg": {
94-
"background": "../icons/dmg-background.png",
94+
"background": "icons/dmg-background.png",
9595
"windowSize": { "width": 660, "height": 400 },
9696
"appPosition": { "x": 170, "y": 185 },
9797
"applicationFolderPosition": { "x": 490, "y": 185 }

ui/utils/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { load } from "@tauri-apps/plugin-store"
33
const DEFAULT_CONFIG = {
44
general: {
55
theme: "system",
6-
remember_window: false
6+
remember_window: true
77
},
88
subtitle: {
99
detect_language: true,

0 commit comments

Comments
 (0)