mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:43:24 +00:00
update-manager: actually remember that we asked the user
Otherwise we get that annoying question every time the git version changes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
251d2589ad
commit
ac8936004e
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ void UpdateManager::requestReceived()
|
|||
response.setIcon(QMessageBox::Question);
|
||||
response.setWindowModality(Qt::WindowModal);
|
||||
update_settings->set_dont_check_for_updates(response.exec() != QMessageBox::Accepted);
|
||||
update_settings->set_dont_check_exists(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue