Use decompiled Styles.uix

This commit is contained in:
Yoshi Askharoun
2025-08-04 01:30:26 -05:00
parent 8b98d23701
commit fab63c3de3
2 changed files with 4 additions and 0 deletions
@@ -547,8 +547,12 @@ namespace Microsoft.Zune.Shell
++num; ++num;
} }
} }
if (num > 0) if (num > 0)
{
Debug.WriteLine(str);
throw new ZuneShellException("Internal Zune Shell error", $"Scripting errors encountered (Process ID) = {Process.GetCurrentProcess().Id.ToString(CultureInfo.InvariantCulture)}\n\n{str}"); throw new ZuneShellException("Internal Zune Shell error", $"Scripting errors encountered (Process ID) = {Process.GetCurrentProcess().Id.ToString(CultureInfo.InvariantCulture)}\n\n{str}");
}
} }
internal static bool CanAddMedia(IList filenames, MediaType mediaType, CanAddMediaArgs args) internal static bool CanAddMedia(IList filenames, MediaType mediaType, CanAddMediaArgs args)
Binary file not shown.