plugins are disabled by default

This commit is contained in:
Patrick von Reth 2015-03-01 17:27:36 +01:00
parent 70dfad1234
commit b1dcef1271
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ SnorePlugin::SnorePlugin(const QString &name) :
if (thread() != qApp->thread()) {
moveToThread(qApp->thread());
}
setDefaultValue("Enabled", true,LOCAL_SETTING);
setDefaultValue("Enabled", false,LOCAL_SETTING);
}
SnorePlugin::~SnorePlugin()