Development

This commit is contained in:
Matthew Grotke 2026-05-25 13:49:23 -04:00
parent 68b98102cf
commit a78df48804
7 changed files with 33 additions and 29 deletions

View file

@ -111,9 +111,9 @@ def _trim_if_needed():
def _apply_on_save():
try:
return load_core().get('network_interfaces', {}).get('apply_on_save', True)
return session.get('apply_changes_immediately', False)
except Exception:
return True
return False
def _read_dashboard_pending():