Update Encoding for special characters

This commit is contained in:
2019-12-15 19:19:37 -06:00
parent 67c0fe176d
commit 7575fe1135
24 changed files with 4960 additions and 4855 deletions
@@ -13,7 +13,7 @@ namespace qController
if (qInstances == null)
{
Console.WriteLine("No qInstance exists creating one");
Console.WriteLine("QSTORAGE - No qInstance exists creating one");
qInstances = new ObservableCollection<QInstance>();
updateStorage();
}