mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-27 06:02:08 +00:00
Don't show unsupported presets in drop down list (#13959)
* Don't show unsupported presets in drop down list, since it's not useful * Add option to show unsupported presets * Explicitly set the default value to `false` * update filament list without restart on preference change --------- Co-authored-by: yw4z <ywsyildiz@gmail.com>
This commit is contained in:
@@ -326,6 +326,9 @@ void AppConfig::set_defaults()
|
||||
if (get("developer_mode").empty())
|
||||
set_bool("developer_mode", false);
|
||||
|
||||
if (get("show_unsupported_presets").empty())
|
||||
set_bool("show_unsupported_presets", false);
|
||||
|
||||
if (get("enable_ssl_for_mqtt").empty())
|
||||
set_bool("enable_ssl_for_mqtt", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user