mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-02 00:43:42 -04:00
add scale and timeout notification settings
This commit is contained in:
24
ObservatoryCore/Properties/Core.Designer.cs
generated
24
ObservatoryCore/Properties/Core.Designer.cs
generated
@ -214,5 +214,29 @@ namespace Observatory.Properties {
|
||||
this["MainWindowPosition"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
||||
public int NativeNotifyScale {
|
||||
get {
|
||||
return ((int)(this["NativeNotifyScale"]));
|
||||
}
|
||||
set {
|
||||
this["NativeNotifyScale"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("8000")]
|
||||
public int NativeNotifyTimeout {
|
||||
get {
|
||||
return ((int)(this["NativeNotifyTimeout"]));
|
||||
}
|
||||
set {
|
||||
this["NativeNotifyTimeout"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user