diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 2fe102dbe1..640f110c43 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -151,7 +151,7 @@ jobs: if-no-files-found: error - name: Deploy Flatpak to nightly release - if: ${{github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.2.1'}} + if: ${{github.ref == 'refs/heads/main' || github.ref == 'refs/heads/2.2.0'}} uses: WebFreak001/deploy-nightly@v3.2.0 with: upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label} diff --git a/src/slic3r/GUI/WebPresetDialog.cpp b/src/slic3r/GUI/WebPresetDialog.cpp index 8e621a0a11..5158c8861c 100644 --- a/src/slic3r/GUI/WebPresetDialog.cpp +++ b/src/slic3r/GUI/WebPresetDialog.cpp @@ -768,8 +768,8 @@ int WebPresetDialog::SaveProfile() // } else // m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "privacyuse", "0"); - m_MainPtr->app_config->set("region", m_Region); - m_MainPtr->app_config->set_bool("stealth_mode", StealthMode); + // m_MainPtr->app_config->set("region", m_Region); + // m_MainPtr->app_config->set_bool("stealth_mode", StealthMode); // finish m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "finish", "1");