mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Changed requested time of rendering for timed notification to full duration. Commented unused code.
This commit is contained in:
parent
20aa8d65bf
commit
99747f8f25
3 changed files with 49 additions and 29 deletions
|
@ -741,7 +741,7 @@ void PresetUpdater::slic3r_update_notify()
|
|||
PresetUpdater::UpdateResult PresetUpdater::config_update(const Semver& old_slic3r_version, bool no_notification) const
|
||||
{
|
||||
if (! p->enabled_config_update) { return R_NOOP; }
|
||||
|
||||
|
||||
auto updates = p->get_config_updates(old_slic3r_version);
|
||||
if (updates.incompats.size() > 0) {
|
||||
BOOST_LOG_TRIVIAL(info) << format("%1% bundles incompatible. Asking for action...", updates.incompats.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue