fix: remove main window maximize button

This commit is contained in:
dijunkun
2026-07-23 16:27:11 +08:00
parent 31b8983328
commit 97e592861c
3 changed files with 145 additions and 11 deletions
+2
View File
@@ -13,12 +13,14 @@ int main() {
window->set_local_password("123456");
window->set_connection_dialog_open(true);
window->set_connection_password_required(true);
window->set_custom_titlebar(true);
window->set_settings_session_active(true);
window->set_hardware_codec_available(false);
window->set_portable_service_settings_visible(true);
assert(std::string(window->get_local_id()) == "123 456 789");
assert(window->get_connection_dialog_open());
assert(window->get_connection_password_required());
assert(window->get_custom_titlebar());
assert(window->get_settings_session_active());
assert(!window->get_hardware_codec_available());
assert(window->get_portable_service_settings_visible());