Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
fix: fix config not load
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev authored and QxQ committed Mar 13, 2021
1 parent fe63eb4 commit 8f8147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CommandPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#include "ui/CommandPluginSettings.hpp"
#include "ui/GUIInterface.hpp"

bool CommandPlugin::InitializePlugin(const QString &, const QJsonObject &)
bool CommandPlugin::InitializePlugin(const QString &, const QJsonObject &conf)
{
Qv2rayInterface::UpdateSettings(conf);
CommandPluginInstance = this;
eventHandler = std::make_shared<SimpleEventHandler>();
guiInterface = new CommandGUIInterface();
Expand Down

0 comments on commit 8f8147c

Please sign in to comment.