Reset main window width/height ratio automatically when width/height is changed

This commit is contained in:
dijunkun
2024-06-03 11:30:55 +08:00
parent f29b2ee09d
commit d150c374b5
3 changed files with 42 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ class ConfigCenter {
private:
VIDEO_QUALITY video_quality_ = VIDEO_QUALITY::MEDIUM;
LANGUAGE language_ = LANGUAGE::ENGLISH;
LANGUAGE language_ = LANGUAGE::CHINESE;
};
#endif