changed favicon fetcher

This commit is contained in:
pandadev 2024-08-09 17:08:46 +02:00
parent 9dd8471492
commit 1e756f8e48
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
4 changed files with 29 additions and 28 deletions

View file

@ -73,12 +73,12 @@ fn main() {
window.hide().unwrap();
}
#[cfg(dev)]
{
let window = app.get_webview_window("main").unwrap();
window.open_devtools();
window.close_devtools();
}
// #[cfg(dev)]
// {
// let window = app.get_webview_window("main").unwrap();
// window.open_devtools();
// window.close_devtools();
// }
let app_data_dir = app
.path()