mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 04:43:41 +00:00
Update Encoding for special characters
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user