From e4dde1e6c850a6b458ecc2e295a149fecb2c0ec8 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 25 Aug 2026 21:47:31 +0000 Subject: [PATCH] Point the update-check copy at Settings > About, not Help > About Both Chardonnay and Classic list About... under the Settings menu; neither has a Help menu. Co-authored-by: rmcrackan --- Source/LibationFileManager/Configuration.HelpText.cs | 4 ++-- docs/advanced/advanced.md | 2 +- docs/installation/linux.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/LibationFileManager/Configuration.HelpText.cs b/Source/LibationFileManager/Configuration.HelpText.cs index e281bd34..9de8dac4 100644 --- a/Source/LibationFileManager/Configuration.HelpText.cs +++ b/Source/LibationFileManager/Configuration.HelpText.cs @@ -177,8 +177,8 @@ public partial class Configuration Turn this off if something else keeps Libation up to date, such as a package manager or an AppImage updater. You can still check whenever you like: - Help > About has a "Check for Upgrade" button that - works either way. + Settings > About has a "Check for Upgrade" button + that works either way. """ } }.AsReadOnly(); diff --git a/docs/advanced/advanced.md b/docs/advanced/advanced.md index 5df69700..6eb622f1 100644 --- a/docs/advanced/advanced.md +++ b/docs/advanced/advanced.md @@ -12,7 +12,7 @@ To make upgrades and reinstalls easier, Libation separates all of its responsibi ## Settings -- Check for new Libation versions at startup. Enabled by default: each time Libation starts it asks GitHub whether a newer release exists, and offers it to you if there is one. Turn it off if something else keeps Libation up to date, such as a package manager or an AppImage updater. Turning it off only stops the automatic check - Help > About still has a "Check for Upgrade" button that works either way. +- Check for new Libation versions at startup. Enabled by default: each time Libation starts it asks GitHub whether a newer release exists, and offers it to you if there is one. Turn it off if something else keeps Libation up to date, such as a package manager or an AppImage updater. Turning it off only stops the automatic check - Settings > About still has a "Check for Upgrade" button that works either way. - Allow Libation to fix up audiobook metadata. After decrypting a title, Libation attempts to fix details like chapters and cover art. Some power users and/or control freaks prefer to manage this themselves. By unchecking this setting, Libation will only decrypt the book and will leave metadata as-is, warts and all. diff --git a/docs/installation/linux.md b/docs/installation/linux.md index b1cb6b46..1e162839 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -63,7 +63,7 @@ sudo dnf5 install ./libation.rpm ``` Thanks to Package Forge dev [Samuel](https://github.com/Samueru-sama) for [AppImage](https://github.com/pkgforge-dev/Libation-AppImage) maintenence. -When your package manager updates Libation for you, the startup update check has nothing useful to tell you. Turn off "Check for new Libation versions at startup" on the Important settings tab to stop it. Help > About still has a "Check for Upgrade" button whenever you want to look. +When your package manager updates Libation for you, the startup update check has nothing useful to tell you. Turn off "Check for new Libation versions at startup" on the Important settings tab to stop it. Settings > About still has a "Check for Upgrade" button whenever you want to look. ### Arch Linux