mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-18 11:17:21 +00:00
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…
x
Reference in New Issue
Block a user