d
This commit is contained in:
3
TUI.py
3
TUI.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user