mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Add wiki link to transfer settings (#13534)
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
#include "Widgets/RoundedRectangle.hpp"
|
#include "Widgets/RoundedRectangle.hpp"
|
||||||
#include "Widgets/CheckBox.hpp"
|
#include "Widgets/CheckBox.hpp"
|
||||||
#include "Widgets/DialogButtons.hpp"
|
#include "Widgets/DialogButtons.hpp"
|
||||||
|
#include "Widgets/HyperLink.hpp"
|
||||||
|
|
||||||
using boost::optional;
|
using boost::optional;
|
||||||
|
|
||||||
@@ -959,6 +960,11 @@ void UnsavedChangesDialog::build(Preset::Type type, PresetCollection *dependent_
|
|||||||
m_sizer_button->Add(checkbox_sizer, 0, wxLEFT, FromDIP(22));
|
m_sizer_button->Add(checkbox_sizer, 0, wxLEFT, FromDIP(22));
|
||||||
checkbox_sizer->Show(bool(m_buttons & REMEMBER_CHOISE));
|
checkbox_sizer->Show(bool(m_buttons & REMEMBER_CHOISE));
|
||||||
|
|
||||||
|
if (dependent_presets != nullptr) {
|
||||||
|
auto wiki = new HyperLink(this, _L("Help"), "https://www.orcaslicer.com/wiki/transfer_discard_changes");
|
||||||
|
m_sizer_button->Add(wiki, 0, wxLEFT | wxALIGN_CENTER_VERTICAL, FromDIP(22));
|
||||||
|
}
|
||||||
|
|
||||||
m_sizer_button->Add(0, 0, 1, 0, 0);
|
m_sizer_button->Add(0, 0, 1, 0, 0);
|
||||||
|
|
||||||
// Add Buttons
|
// Add Buttons
|
||||||
|
|||||||
Reference in New Issue
Block a user