Skip to content

Commit

Permalink
Fix context menu - again
Browse files Browse the repository at this point in the history
  • Loading branch information
softworkz committed Jul 24, 2016
1 parent cafa2f0 commit 51e6c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MetadataViewer/HtmlHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private static MemoryStream ModifyContextMenu(IApplicationPaths appPaths)
{
mark1Hit = false;
sb.AppendLine();
sb.AppendLine(" if (!isTheater && options.identify !== false) {");
sb.AppendLine(" if (isMobileApp && options.identify !== false) {");
sb.AppendLine(" if (itemHelper.canIdentify(user, item.Type)) {");
sb.AppendLine(" commands.push({");
sb.AppendLine(" name: 'View Raw Metadata',");
Expand Down
4 changes: 2 additions & 2 deletions MetadataViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MetadataViewer Beta 7")]
[assembly: AssemblyDescription("Beta 7")]
[assembly: AssemblyTitle("MetadataViewer Beta 10")]
[assembly: AssemblyDescription("Beta 10")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MetadataViewer")]
Expand Down

0 comments on commit 51e6c13

Please sign in to comment.