mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
switchSession() was appending spurious thinking_level_change entries to session log on resume because setThinkingLevel() unconditionally persisted. Now only persists if the level actually changes. fixes #1118