Merge pull request #3281 from fufesou/macos/remove_unused_code

macos remove unused code
This commit is contained in:
RustDesk
2023-02-20 08:33:02 +08:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ struct AlertResult {
button: String,
}
/// Alert dialog, return the clicked button value.
/// Firstly run the specified app, then alert a dialog. Return the clicked button value.
///
/// # Arguments
///