mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
feat: add get_app_info command with error handling and panic safety for improved app info retrieval
This commit is contained in:
parent
dc638cb3ce
commit
5e669749d7
2 changed files with 39 additions and 20 deletions
|
@ -127,7 +127,8 @@ fn main() {
|
|||
db::history::read_image,
|
||||
db::settings::get_setting,
|
||||
db::settings::save_setting,
|
||||
utils::commands::fetch_page_meta
|
||||
utils::commands::fetch_page_meta,
|
||||
utils::commands::get_app_info
|
||||
]
|
||||
)
|
||||
.run(tauri::generate_context!())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue