mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 04:43:41 +00:00
Star work on Multiple Workspaces, Improve Networks
Android version 1.0.5
This commit is contained in:
@@ -33,6 +33,7 @@ namespace qController
|
||||
{
|
||||
if(data[i].cues[j].uniqueID == cue.uniqueID)
|
||||
{
|
||||
//Console.WriteLine("Cue found and updated in workspace: " + cue.uniqueID);
|
||||
data[i].cues[j] = cue;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user