chore: update chat icon (#5476)

* chore: update chat icon

* chore: update translation
This commit is contained in:
Lucas.Xu
2024-06-05 17:32:30 +08:00
committed by GitHub
parent d8ca693976
commit 6e7d044208
12 changed files with 42 additions and 37 deletions

View File

@ -17,7 +17,7 @@ bool FlutterWindow::OnCreate() {
RECT frame = GetClientArea();
// The size here must match the window dimensions to avoid unnecessary surface
// creation / destruction in the startup path.
// creation / destruction in the startup path.
flutter_controller_ = std::make_unique<flutter::FlutterViewController>(
frame.right - frame.left, frame.bottom - frame.top, project_);
// Ensure that basic setup of the controller was successful.