mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
### Description A couple of warning dialogs still used a caption containing "**BambuStudio warning**". It is a leftover from the original BambuStudio codebase. ### This PR - removes the explicit caption so the dialogs use the standard application warning title instead. ### Result - removes the remaining Bambu reference while keeping the visible behavior consistent with the rest of the UI. - addresses point 1. of "New ports from Bambu Studio" section from #12684 ### Screenshots - **Before:** <img width="1352" height="277" alt="image" src="https://github.com/user-attachments/assets/d107acaa-f159-496a-b14e-93cd149bf355" /> - **After:** <img width="1356" height="278" alt="image" src="https://github.com/user-attachments/assets/e111b5b3-9b3e-4b13-b20d-f98e5173ea16" />