mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 05:03:29 +01:00
[PR #246] [MERGED] feat(settings): add do not check for updates #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/246
Author: @ogabriel
Created: 7/28/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @gschier
Base:
main← Head:do-not-check-for-updates📝 Commits (6)
dc386f4add migration5ad4cc2add checkbox5fc3f11add do not check updates feature175b21fimprove code86ed30fMerge branch 'main' into do-not-check-for-updates1960c21Some cleanup📊 Changes
6 files changed (+29 additions, -5 deletions)
View changed files
📝
src-tauri/src/lib.rs(+7 -4)📝
src-tauri/yaak-models/bindings/gen_models.ts(+1 -1)➕
src-tauri/yaak-models/migrations/20250727190746_autoupdate_setting.sql(+1 -0)📝
src-tauri/yaak-models/src/models.rs(+4 -0)📝
src-tauri/yaak-models/src/queries/settings.rs(+1 -0)📝
src-web/components/Settings/SettingsGeneral.tsx(+15 -0)📄 Description
Hi, firstly this is a great project, I've been enjoying it for the past few weeks!
But one thing that was almost making me quit using it, is the "Update available" pop up which I find very annoying because I leave yaak open most of the time, so during the week I get this pop up a couple times.
Most apps have an option to disable it, but I saw it was missing on yaak, so I tried my best to add it here.
I'm also available to do any necessary changes on the code!
I QA/tested it by disabling the linux check for appimage and disabling the dev check, and it worked perfect!
There is also some feedbacks similar to mine:
here is the added buttom:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.