mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Desktop integration in config wizard ifdef
This commit is contained in:
@@ -494,7 +494,7 @@ PageWelcome::PageWelcome(ConfigWizard *parent)
|
|||||||
{
|
{
|
||||||
welcome_text->Hide();
|
welcome_text->Hide();
|
||||||
cbox_reset->Hide();
|
cbox_reset->Hide();
|
||||||
#ifdef __linux__
|
#if defined(__linux__) && defined(SLIC3R_DESKTOP_INTEGRATION)
|
||||||
if (!DesktopIntegrationDialog::is_integrated())
|
if (!DesktopIntegrationDialog::is_integrated())
|
||||||
cbox_integrate->Show(true);
|
cbox_integrate->Show(true);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user