mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 02:46:23 +00:00
chanegd settigns path
This commit is contained in:
parent
8f9160ec44
commit
f5dba89ae0
@ -35,10 +35,10 @@
|
||||
using namespace Snore;
|
||||
|
||||
SnoreNotify::SnoreNotify():
|
||||
m_settings("TheOneRing","SnoreNotify")
|
||||
m_settings("SnoreNotify","SnoreNotify")
|
||||
{
|
||||
qApp->setApplicationName("SnoreNotify");
|
||||
qApp->setOrganizationName("TheOneRing");
|
||||
qApp->setOrganizationName("SnoreNotify");
|
||||
m_trayIcon = new TrayIcon();
|
||||
m_snore = new SnoreCore(m_trayIcon->trayIcon());
|
||||
m_snore->loadPlugins(SnorePlugin::ALL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user