mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
changed favicon fetcher
This commit is contained in:
parent
9dd8471492
commit
1e756f8e48
4 changed files with 29 additions and 28 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue