checkpoint before checking out main

This commit is contained in:
Rocky
2026-08-25 13:42:00 +08:00
parent 57844ce615
commit dccafe6f9e
105 changed files with 4302 additions and 1323 deletions
@@ -377,8 +377,7 @@ struct MacLocalASRModelSettingsView: View {
MacSettingsToolButton(
title: MacL10n.string("mac.localASR.delete", language: lang),
fill: palette.danger.opacity(0.15),
foreground: palette.danger,
showsBorder: false
foreground: palette.danger
) {
modelVM.deleteModel(model)
}
@@ -386,8 +385,7 @@ struct MacLocalASRModelSettingsView: View {
MacSettingsToolButton(
title: MacL10n.string("mac.localASR.download", language: lang),
fill: palette.accent,
foreground: .white,
showsBorder: false
foreground: .white
) {
modelVM.installModel(model)
}