mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
0ca5279e02
- Remove deleted ServerController dependency; implement runHostScript, downloadFileFromHost, uploadFileToHostPublic directly using SshSession and libssh::Client which are the current SSH abstractions - Change constructor from std::shared_ptr<Settings> to QPointer<SecureQSettings> to match CoreController's settings type - Register PageSettingsServerBackup, PageSettingsServerBackupRestored, PageSettingsServerRestoreMode in qml.qrc (were in resources.qrc which was removed from the codebase)