mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
fix: log
This commit is contained in:
parent
0a88431965
commit
2b03c2ccde
@ -21,7 +21,9 @@
|
|||||||
|
|
||||||
**New repository: https://github.com/lencx/nofwl**
|
**New repository: https://github.com/lencx/nofwl**
|
||||||
|
|
||||||
---
|
## Live Demo
|
||||||
|
|
||||||
|
- [ChatGPT Desktop Application v1.0.0](https://youtu.be/IIuuB5vFFAQ)
|
||||||
|
|
||||||
## 📦 Install
|
## 📦 Install
|
||||||
|
|
||||||
|
@ -102,7 +102,9 @@ pub fn init(app: &mut App) -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
.initialization_script(&load_script("chat.js"))
|
.initialization_script(&load_script("chat.js"))
|
||||||
}
|
}
|
||||||
|
|
||||||
main_win.build().unwrap();
|
if let Err(err) = main_win.build() {
|
||||||
|
error!("core_build_error: {}", err);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user