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

Method presentInfoAlert

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

Source from the content-addressed store, hash-verified

1698 }
1699
1700 private func presentInfoAlert(title: String, message: String) {
1701 let alert = NSAlert()
1702 alert.messageText = title
1703 alert.informativeText = message
1704 alert.alertStyle = .informational
1705 alert.addButton(withTitle: "OK")
1706 alert.runModal()
1707 }
1708
1709 private func presentErrorAlert(title: String, message: String) {
1710 let alert = NSAlert()

Callers 5

performBackupExportMethod · 0.95
performBackupImportMethod · 0.95
deleteSavedAudioMethod · 0.95
exportAudioZipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected