mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-20 10:52:47 +00:00
Clarify that "network plugin" now means *bambu* only (#14265)
Clarify that "network plugin" now means *bambu* only and doesn't refer to orca cloud fully differentiate the two offerings to avoid confusion especially for non Bambu users
This commit is contained in:
@@ -1727,9 +1727,9 @@ void PreferencesDialog::create_items()
|
||||
g_sizer->Add(item_filament_sync_mode);
|
||||
|
||||
//// ONLINE > Network plugin
|
||||
g_sizer->Add(create_item_title(_L("Network plug-in")), 1, wxEXPAND);
|
||||
g_sizer->Add(create_item_title(_L("Bambu network plug-in")), 1, wxEXPAND);
|
||||
|
||||
auto item_enable_plugin = create_item_checkbox(_L("Enable network plug-in"), "", "installed_networking");
|
||||
auto item_enable_plugin = create_item_checkbox(_L("Enable Bambu network plug-in"), "", "installed_networking");
|
||||
g_sizer->Add(item_enable_plugin);
|
||||
|
||||
m_network_version_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
|
||||
Reference in New Issue
Block a user