Skip to content

Commit

Permalink
Change default value for the setting to minimize after unlocking to f…
Browse files Browse the repository at this point in the history
…alse.
  • Loading branch information
fredericschulz committed Aug 12, 2019
1 parent d6e4901 commit 8645b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void Config::init(const QString& fileName)
m_defaults.insert("MinimizeOnOpenUrl", false);
m_defaults.insert("HideWindowOnCopy", false);
m_defaults.insert("MinimizeOnCopy", true);
m_defaults.insert("MinimizeAfterUnlock", true);
m_defaults.insert("MinimizeAfterUnlock", false);
m_defaults.insert("DropToBackgroundOnCopy", false);
m_defaults.insert("UseGroupIconOnEntryCreation", false);
m_defaults.insert("AutoTypeEntryTitleMatch", true);
Expand Down

0 comments on commit 8645b1e

Please sign in to comment.