ServerContainersLogic

This commit is contained in:
Pokamest Nikak 2021-09-07 19:26:58 +03:00
parent 4c0ff29488
commit deaeda59d0
26 changed files with 965 additions and 1035 deletions

View file

@ -1,4 +1,5 @@
#include "NewServerProtocolsLogic.h"
#include "../uilogic.h"
using namespace amnezia;
using namespace PageEnumNS;
@ -24,6 +25,9 @@ NewServerProtocolsLogic::NewServerProtocolsLogic(UiLogic *uiLogic, QObject *pare
{
setFrameNewServerSettingsParentWireguardVisible(false);
connect(this, &NewServerProtocolsLogic::pushButtonNewServerConnectConfigureClicked, this, [this](){
m_uiLogic->installServer(getInstallConfigsFromProtocolsPage());
});
}
bool NewServerProtocolsLogic::getFrameNewServerSettingsParentWireguardVisible() const