mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
Fix: region error
This commit is contained in:
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@@ -151,7 +151,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Deploy Flatpak to nightly release
|
- 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
|
uses: WebFreak001/deploy-nightly@v3.2.0
|
||||||
with:
|
with:
|
||||||
upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label}
|
upload_url: https://uploads.github.com/repos/Snapmaker/OrcaSlicer/releases/169912305/assets{?name,label}
|
||||||
|
|||||||
@@ -768,8 +768,8 @@ int WebPresetDialog::SaveProfile()
|
|||||||
// } else
|
// } else
|
||||||
// m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "privacyuse", "0");
|
// 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("region", m_Region);
|
||||||
m_MainPtr->app_config->set_bool("stealth_mode", StealthMode);
|
// m_MainPtr->app_config->set_bool("stealth_mode", StealthMode);
|
||||||
|
|
||||||
// finish
|
// finish
|
||||||
m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "finish", "1");
|
m_MainPtr->app_config->set(std::string(m_SectionName.mb_str()), "finish", "1");
|
||||||
|
|||||||
Reference in New Issue
Block a user