summaryrefslogtreecommitdiffstats
path: root/win/Handbrake/My Project/Settings.Designer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'win/Handbrake/My Project/Settings.Designer.vb')
-rw-r--r--win/Handbrake/My Project/Settings.Designer.vb12
1 files changed, 12 insertions, 0 deletions
diff --git a/win/Handbrake/My Project/Settings.Designer.vb b/win/Handbrake/My Project/Settings.Designer.vb
index 7cb65f961..aba5a6895 100644
--- a/win/Handbrake/My Project/Settings.Designer.vb
+++ b/win/Handbrake/My Project/Settings.Designer.vb
@@ -508,6 +508,18 @@ Namespace My
Me("verbose") = value
End Set
End Property
+
+ <Global.System.Configuration.UserScopedSettingAttribute(), _
+ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.Configuration.DefaultSettingValueAttribute("Normal")> _
+ Public Property Priority() As String
+ Get
+ Return CType(Me("Priority"),String)
+ End Get
+ Set
+ Me("Priority") = value
+ End Set
+ End Property
End Class
End Namespace