mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
General improvements and bug fixes
This commit is contained in:
@@ -11,7 +11,7 @@ SystemService::SystemService(int argc, char **argv)
|
||||
void SystemService::start()
|
||||
{
|
||||
QCoreApplication* app = application();
|
||||
m_localServer = new LocalServer(SERVICE_NAME);
|
||||
m_localServer = new LocalServer();
|
||||
|
||||
if (!m_localServer->isRunning()) {
|
||||
app->quit();
|
||||
|
||||
Reference in New Issue
Block a user