Migrate SettingsProfile functionality to new SettingsHelpers type
- Add as child property of settings scope, ready for merge of types - Progress on Issue #1113
This commit is contained in:
parent
5012556dbc
commit
f304e9f3d6
34 changed files with 432 additions and 464 deletions
|
|
@ -66,7 +66,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
private MHTextEditWidget presetNameInput;
|
||||
|
||||
private string initialPresetName = null;
|
||||
private string configFileExtension = "slice";
|
||||
|
||||
private GuiWidget middleRow;
|
||||
|
||||
|
|
@ -250,7 +249,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
private void SaveAs()
|
||||
{
|
||||
FileDialog.SaveFileDialog(
|
||||
new SaveFileDialogParams("Save Slice Preset|*." + configFileExtension)
|
||||
new SaveFileDialogParams("Save Slice Preset|*" + ProfileManager.ConfigFileExtension)
|
||||
{
|
||||
FileName = presetNameInput.Text
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue