mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Fixing applying profile console messages
This commit is contained in:
parent
3af60257ce
commit
227caa2230
@ -584,7 +584,7 @@ namespace HeliosPlus.Shared
|
|||||||
// And then change the path information
|
// And then change the path information
|
||||||
Task applyProfilePathInfoTask = Task.Run(() =>
|
Task applyProfilePathInfoTask = Task.Run(() =>
|
||||||
{
|
{
|
||||||
Console.WriteLine("ShortcutRepository/SaveShortcutIconToCache : Applying Profile Topology" + profile.Name);
|
Console.WriteLine("ShortcutRepository/SaveShortcutIconToCache : Applying Profile Path " + profile.Name);
|
||||||
ApplyPathInfo(profile);
|
ApplyPathInfo(profile);
|
||||||
});
|
});
|
||||||
applyProfilePathInfoTask.Wait();
|
applyProfilePathInfoTask.Wait();
|
||||||
|
Loading…
Reference in New Issue
Block a user