mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
ss fix
This commit is contained in:
@@ -244,7 +244,7 @@ bool MainWindow::installServer(ServerCredentials credentials,
|
|||||||
timer.start(1000);
|
timer.start(1000);
|
||||||
|
|
||||||
|
|
||||||
ErrorCode e = ServerController::setupServer(credentials, Protocol::ShadowSocks);
|
ErrorCode e = ServerController::setupServer(credentials, Protocol::OpenVpn);
|
||||||
if (e) {
|
if (e) {
|
||||||
page->setEnabled(true);
|
page->setEnabled(true);
|
||||||
button->setVisible(true);
|
button->setVisible(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user