From 55d87c0179a763356035e7e3fabb8c0764728692 Mon Sep 17 00:00:00 2001 From: wgh19 Date: Wed, 15 May 2024 21:04:50 +0800 Subject: [PATCH] change default settings --- lib/appdata.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/appdata.dart b/lib/appdata.dart index 6069325..5c30c4f 100644 --- a/lib/appdata.dart +++ b/lib/appdata.dart @@ -16,8 +16,8 @@ class _Appdata { Map settings = { "downloadPath": null, "downloadSubPath": r"/${id}-p${index}.${ext}", - "tagsWeight": "", - "useTranslatedNameForDownload": false, + "tagsWeight": "風景 ロリ 巨乳 女の子", + "useTranslatedNameForDownload": true, "maxParallels": 3 };