You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running menuconfig without an existing .config file, the save
dialog was incorrectly shown even when the user made no changes.
The issue was in _load_config() which returned True when .config was
missing, causing _conf_changed to be initialized to True. This meant
any exit would trigger the save prompt.
0 commit comments