mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Prompt language selection on fresh startup
This commit is contained in:
parent
69f81120e0
commit
ba297a929a
3 changed files with 19 additions and 9 deletions
|
@ -104,6 +104,7 @@ const std::string& shortkey_alt_prefix()
|
|||
bool config_wizard_startup(bool app_config_exists)
|
||||
{
|
||||
if (!app_config_exists || wxGetApp().preset_bundle->printers.size() <= 1) {
|
||||
wxGetApp().switch_language();
|
||||
config_wizard(ConfigWizard::RR_DATA_EMPTY);
|
||||
return true;
|
||||
} else if (get_app_config()->legacy_datadir()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue