This commit is contained in:
2026-01-11 00:52:54 -08:00
parent 6eb02f22b5
commit 7c1959483f
6 changed files with 51 additions and 32 deletions

3
TUI.py
View File

@@ -613,9 +613,10 @@ class PipelineHubApp(App):
def on_config_closed(self, result: Any = None) -> None:
"""Call when the config modal is dismissed to reload session data."""
try:
from SYS.config import load_config
from SYS.config import load_config, clear_config_cache
from cmdlet._shared import SharedArgs
# Force a fresh load from disk
clear_config_cache()
cfg = load_config()
# Clear UI state to show a "fresh" start