mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
@@ -16,7 +16,7 @@ namespace UVtools.Core.Operations
|
||||
public override string Description =>
|
||||
"Edits the available print parameters.";
|
||||
|
||||
public override string ConfirmationText => null;
|
||||
public override string ConfirmationText => "commit print parameter changes?";
|
||||
|
||||
public override string ProgressTitle => null;
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ namespace UVtools.Core.Operations
|
||||
{
|
||||
return ItemCount == 0 ?
|
||||
$"{ProcessedItems}/? {ItemName}" :
|
||||
$"{ProcessedItems}/{ItemCount} {ItemName} - {ProgressPercent:0.00}%";
|
||||
$"{ProcessedItems}/{ItemCount} {ItemName} | {ProgressPercent:0.00}%";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
//
|
||||
// cbPresetHelpers
|
||||
//
|
||||
this.cbPresetHelpers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbPresetHelpers.FormattingEnabled = true;
|
||||
this.cbPresetHelpers.Items.AddRange(new object[] {
|
||||
"Free use",
|
||||
|
||||
Reference in New Issue
Block a user