feat: combine save/apply

resolves #45
This commit is contained in:
2023-11-29 01:06:24 +01:00
parent 018c7a5eac
commit 3a6483aa61
7 changed files with 97 additions and 134 deletions

View File

@@ -1,4 +1,4 @@
import type {BaseTranslation} from "../i18n-types"
import type { BaseTranslation } from "../i18n-types"
const en = {
TITLE: "CharaChorder Device Manager",
@@ -18,9 +18,7 @@ const en = {
},
sync: {
TITLE_READ: "Reading latest changes",
TITLE_WRITE: "Burning changes to device",
DISCLAIMER_WRITE:
"Burning is only necessary if you want your layout or settings to persist across reboots. Chords always persist automatically on apply.",
TITLE_WRITE: "Saving changes to device",
},
modal: {
CLOSE: "Close",