feat(keyboard): harden clipboard command and add What's New sheet
Stabilize clipboard long-press prepare/resume across paste alerts and cold start, add an in-app release-notes sheet with remote bilingual HTML, localize typing input settings, and bump build to 55.
This commit is contained in:
@@ -53,7 +53,8 @@ enum MacSystemPalette {
|
||||
? Color.white.opacity(0.12)
|
||||
: Color.black.opacity(0.10),
|
||||
|
||||
recordRed: resolved(.systemRed, dark: dark)
|
||||
recordRed: resolved(.systemRed, dark: dark),
|
||||
recordBlue: resolved(.systemBlue, dark: dark)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user