mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Fix or disable multiple warnings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/// </summary>
|
||||
public class Label : Setting
|
||||
{
|
||||
private string _value;
|
||||
private string _value = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the text associated with this <see cref="Label"/>.
|
||||
|
||||
Reference in New Issue
Block a user