plugins are disabled by default
This commit is contained in:
parent
70dfad1234
commit
b1dcef1271
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue