From c0112db10672290efd773d6689dff203ae0a014a Mon Sep 17 00:00:00 2001 From: Tigerpaws Date: Fri, 26 Jul 2024 01:03:05 +0800 Subject: [PATCH 1/3] feat(): update settings default value --- android/app/src/main/res/xml/settings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/xml/settings.xml b/android/app/src/main/res/xml/settings.xml index 9822a98..ab2454a 100644 --- a/android/app/src/main/res/xml/settings.xml +++ b/android/app/src/main/res/xml/settings.xml @@ -25,7 +25,7 @@ type="dropdown" dataStoreType="bool" dataStoreKey="is-openai-api-request-style" - default="0"> + default="true"> @@ -60,7 +60,7 @@ type="dropdown" dataStoreType="bool" dataStoreKey="is-auto-recording-start" - default="1"> + default="true"> From 8d528bddda519d0c16f8e3c152b9da194c9668c4 Mon Sep 17 00:00:00 2001 From: Tigerpaws Date: Fri, 26 Jul 2024 01:07:39 +0800 Subject: [PATCH 2/3] feat(): added buy me a coffe --- .github/funding.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..08f5a25 --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,6 @@ +# Sponsor the authors of this project by using th link below +# Buy Me a Coffee: https://www.buymeacoffee.com/tigerpaws01 + +github: j3soon +github: tigerpaws01 +buy_me_a_coffee: tigerpaws01 From 6b548ff0c146a97832183a051dc0be42eb8e2f0b Mon Sep 17 00:00:00 2001 From: Tigerpaws Date: Fri, 26 Jul 2024 01:09:26 +0800 Subject: [PATCH 3/3] typo(): th -> the --- .github/funding.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/funding.yml b/.github/funding.yml index 08f5a25..e04d76e 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,4 +1,4 @@ -# Sponsor the authors of this project by using th link below +# Sponsor the authors of this project by using the link below # Buy Me a Coffee: https://www.buymeacoffee.com/tigerpaws01 github: j3soon