Commit f327c96f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Be sure to hide the caching when an input is deleted.

Fix the bug where caching would stay all the time when stopping
parent 18ed1a89
......@@ -166,6 +166,8 @@ void InputManager::delInput()
emit encryptionChanged( false );
emit recordingStateChanged( false );
emit cachingChanged( 1 );
}
/* Convert the event from the callbacks in actions */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment