From a351e8e9a0be7d7c3dc473ccad348fc1813730bb Mon Sep 17 00:00:00 2001 From: kua-agent Date: Fri, 28 Aug 2026 04:24:59 +0000 Subject: [PATCH] fix: stop shipping the upstream manual, move Scan to the toolbar, MMD version Three things Ben saw on the running application that all read as "this is still the tool it was forked from". 1. The upstream 50-page manual was sitting in the repository root as MmdPdf.pdf, so it was the document on screen whenever it was opened or restored from the last session - a full-page green upstream logo on black. It was never shipped in the payload, but it was there to be opened, which is the same thing to whoever is looking at the screen. Removed, and added to .gitignore so it does not come back with a source drop. With no document, the application opens on its own empty view. 2. Scan was in the title bar beside minimise, maximise and close. That is window chrome, not a tool. It is a toolbar button now, next to Print in the file group, with a caption in every label mode like every other tool. The band button style it used has no other user and is gone with it. 3. The footer read v1.7.5, which is the upstream project's version. MMD PDF is 2026.8.1. Not 1.0: the pilot machines already carry a build numbered 1.7.5, and an upgrade has to sort above what it replaces or Intune would read it as a downgrade. The Intune detection rule moves with it. Co-Authored-By: Claude Opus 5 --- .gitignore | 1 + MainWindow.xaml | 53 +---------------------------------------- MmdPdf.csproj | 8 ++++--- MmdPdf.pdf | Bin 719618 -> 0 bytes Shell/SettingsPanel.cs | 1 + Strings/en-US.xaml | 2 ++ 6 files changed, 10 insertions(+), 55 deletions(-) delete mode 100644 MmdPdf.pdf diff --git a/.gitignore b/.gitignore index ac8d21b..93bf484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bin/ obj/ *.user +MmdPdf.pdf diff --git a/MainWindow.xaml b/MainWindow.xaml index 166cc79..aff8813 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -231,49 +231,6 @@ - - -