FIX:add "check_empty_project" api

jira: none
Change-Id: Ic0b0b558c8786749b1ac036b87dc08519002b17f
(cherry picked from commit 93d0c59ed0692b7cfa3a7684e5d18f3157d6f0e7)
This commit is contained in:
zhou.xu
2025-02-13 18:30:04 +08:00
committed by Noisyfox
parent b368483aaa
commit 5f93b01ef3
3 changed files with 31 additions and 20 deletions

View File

@@ -2867,6 +2867,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn)
return;
auto sync_result = m_sync_dlg->get_result();
if (!sync_result.is_same_printer) {
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "check error: sync_result.is_same_printer value is false";
return;
}
list2.resize(list.size());