mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
refactor vpn settings
fix: nekoray_core freedom udp loopback feat: copy custom config
This commit is contained in:
@@ -15,6 +15,7 @@ namespace NekoRay::fmt {
|
||||
QStringList env;
|
||||
QStringList arguments;
|
||||
QString error;
|
||||
QString config_export;
|
||||
};
|
||||
|
||||
class AbstractBean : public JsonStore {
|
||||
@@ -38,6 +39,8 @@ namespace NekoRay::fmt {
|
||||
|
||||
[[nodiscard]] virtual QString DisplayName();
|
||||
|
||||
virtual QString DisplayCoreType() { return software_core_name; };
|
||||
|
||||
virtual QString DisplayType() { return {}; };
|
||||
|
||||
virtual QString DisplayTypeAndName();
|
||||
|
||||
Reference in New Issue
Block a user