mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-25 17:08:36 -05:00
"No Update Available" must only mean the server has nothing newer. Flatpak installs were skipped before the check, so they always saw that alert. Replace the installable flag with an install method (integrated | flatpak | manual). Flatpak still never self-installs, but now gets a toast telling the user to run `flatpak update`; manual installs keep the download link. The X-Install-Mode header reports "flatpak" for those installs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>