chore: update documentation

This commit is contained in:
Lucas Nogueira
2026-09-22 11:30:47 -03:00
parent d869c162a7
commit a87a3c7d44
104 changed files with 4875 additions and 222 deletions
+7
View File
@@ -2,6 +2,13 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/**
* Injected script that replaces `window.alert` and `window.confirm` with implementations backed
* by native dialogs.
*
* @module
*/
import { invoke } from '@tauri-apps/api/core'
window.alert = function (message: string) {