mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-18 06:03:44 +08:00
cabana: disable tool window collapse (#38906)
This commit is contained in:
@@ -28,7 +28,7 @@ protected:
|
||||
ImGui::SetNextWindowSize(size, ImGuiCond_Appearing);
|
||||
setNextWindowFloatsOut();
|
||||
began_ = true;
|
||||
return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings);
|
||||
return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoCollapse);
|
||||
}
|
||||
|
||||
bool end() {
|
||||
|
||||
Reference in New Issue
Block a user