mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Implement simple Beep() on Windows.
This commit is contained in:
@@ -180,6 +180,7 @@ void MoveItemToTrash(const base::FilePath& path) {
|
||||
}
|
||||
|
||||
void Beep() {
|
||||
MessageBeep(MB_OK);
|
||||
}
|
||||
|
||||
} // namespace platform_util
|
||||
|
||||
Reference in New Issue
Block a user