QOL Add parent preset information next to detach preset checkbox and match checkbox style on Save Preset dialog (#15076)

init
This commit is contained in:
yw4z
2026-08-06 22:58:39 +08:00
committed by GitHub
parent b281c91b99
commit 945520b827
2 changed files with 38 additions and 6 deletions
-1
View File
@@ -75,7 +75,6 @@ class SavePresetDialog : public DPIDialog
bool m_save_to_project {false};
RadioGroup* m_radio_group; // ORCA
bool m_detach{false};
wxCheckBox* m_detach_checkbox{nullptr};
void update();
};