1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
This commit is contained in:
David Kocik
2021-05-07 09:01:47 +02:00
parent 963849e18b
commit 9cfcba78f7
2 changed files with 1 additions and 38 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ PageWelcome::PageWelcome(ConfigWizard *parent)
new wxCheckBox(this, wxID_ANY, _L("Remove user profiles (a snapshot will be taken beforehand)"))
))
, cbox_integrate(append(
new wxCheckBox(this, wxID_ANY, _L("Perform desktop integration (This will set shortcuts to PrusaSlicer to this Appimage executable)."))
new wxCheckBox(this, wxID_ANY, _L("Perform desktop integration (Sets this binary to be searchable by the system)."))
))
{
welcome_text->Hide();