diff options
-rw-r--r-- | knotes/knote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knote.cpp b/knotes/knote.cpp index 182aee863..08c24b8ec 100644 --- a/knotes/knote.cpp +++ b/knotes/knote.cpp @@ -765,7 +765,7 @@ void KNote::slotClose() m_editor->clearFocus(); m_config->setHideNote( true ); m_config->setPosition( pos() ); - m_config->writeConfig(); + // just hide the note so it's still available from the dock window hide(); } |