feature remove not work code

This commit is contained in:
alves
2025-12-31 15:07:28 +08:00
parent 4ea4bf86c0
commit 1947fd1551
4 changed files with 22 additions and 18 deletions

View File

@@ -4724,6 +4724,13 @@ void maybe_attach_updater_signature(Http& http, const std::string& canonical_que
} // namespace
bool GUI_App::check_preset_version()
{
bool is_newest_version = false;
return is_newest_version;
}
void GUI_App::check_new_version_sf(bool show_tips, bool by_user)
{
std::string update_url = "";