mirror of
https://github.com/readest/readest.git
synced 2026-04-29 03:50:52 +00:00
parent
7ccf3d0632
commit
6131180a31
18 changed files with 161 additions and 46 deletions
|
|
@ -1,4 +1,8 @@
|
|||
const COMMANDS: &[&str] = &["auth_with_safari", "copy_uri_to_path"];
|
||||
const COMMANDS: &[&str] = &[
|
||||
"auth_with_safari",
|
||||
"auth_with_custom_tab",
|
||||
"copy_uri_to_path",
|
||||
];
|
||||
|
||||
fn main() {
|
||||
tauri_plugin::Builder::new(COMMANDS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue