Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/OrcaSlicer/files/patch-src_slic3r_GUI_ConfigWizard__private.hpp
34611 views
1
--- src/slic3r/GUI/ConfigWizard_private.hpp.orig 2025-03-07 08:28:42 UTC
2
+++ src/slic3r/GUI/ConfigWizard_private.hpp
3
@@ -605,7 +605,7 @@
4
bool apply_config(AppConfig *app_config, PresetBundle *preset_bundle, const PresetUpdater *updater, bool& apply_keeped_changes);
5
// #ys_FIXME_alise
6
void update_presets_in_config(const std::string& section, const std::string& alias_key, bool add);
7
-#ifdef __linux__
8
+#if defined(__linux__) || defined(__FreeBSD__)
9
void perform_desktop_integration() const;
10
#endif
11
bool check_fff_selected(); // Used to decide whether to display Filaments page
12
13