mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
enabled browser extension
This commit is contained in:
parent
bb015b435c
commit
e07d11e9a3
1 changed files with 1 additions and 6 deletions
|
@ -113,12 +113,7 @@ void Application::save()
|
||||||
void Application::initNm(Paths &paths)
|
void Application::initNm(Paths &paths)
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
# ifdef QT_DEBUG
|
# if defined QT_NO_DEBUG || defined C_DEBUG_NM
|
||||||
# ifdef C_DEBUG_NM
|
|
||||||
registerNmHost(paths);
|
|
||||||
this->nmServer.start();
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
registerNmHost(paths);
|
registerNmHost(paths);
|
||||||
this->nmServer.start();
|
this->nmServer.start();
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue