MCPcopy Create free account
hub / github.com/altic-dev/FluidVoice / presentErrorAlert

Method presentErrorAlert

Sources/Fluid/UI/SettingsView.swift:1709–1716  ·  view source on GitHub ↗
(title: String, message: String)

Source from the content-addressed store, hash-verified

1707 }
1708
1709 private func presentErrorAlert(title: String, message: String) {
1710 let alert = NSAlert()
1711 alert.messageText = title
1712 alert.informativeText = message
1713 alert.alertStyle = .critical
1714 alert.addButton(withTitle: "OK")
1715 alert.runModal()
1716 }
1717
1718 private func openPreviousBuildPicker() {
1719 Task { @MainActor in

Callers 4

performBackupExportMethod · 0.95
performBackupImportMethod · 0.95
exportAudioZipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected