mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
feat(rust): Add page metadata fetching command
This commit is contained in:
parent
5943fc86fb
commit
f105577608
2 changed files with 13 additions and 0 deletions
|
@ -112,6 +112,7 @@ fn main() {
|
|||
db::settings::save_setting,
|
||||
db::settings::save_keybind,
|
||||
db::settings::get_keybind,
|
||||
utils::commands::fetch_page_meta,
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue